From 34b0bb8df42194a0ea433592e3cac27546f0af4e Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 2 Oct 2024 21:29:37 -0500 Subject: modularize conf and stuff --- home.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index e0793e1..f34d6c0 100644 --- a/home.nix +++ b/home.nix @@ -4,8 +4,6 @@ homeDirectory = "/home/timmy"; stateVersion = "24.05"; activation = { - # TODO TODO - #cloneRepos = lib.hm.dag.entryAfter ["writeBoundary" "installPackages"] ''${builtins.readFile ./home-config/activate-scripts/clone-repos.sh}''; cloneRepos = lib.hm.dag.entryAfter ["writeBoundary"] '' export PATH="${config.home.path}/bin:$PATH" ${builtins.readFile ./home-config/activation-scripts/clone-repos.sh} @@ -55,7 +53,6 @@ "0100"."0104"."browser.newtabpage.enabled".enable = false; }; settings = { - # checkdefaultbrowser "toolkit.legacyUserProfileCustomizations.stylesheets" = true; "browser.compactmode.show" = true; "browser.uidensity" = 1; # Compact -- cgit v1.2.3