diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2024-10-02 21:29:37 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2024-10-02 21:29:37 -0500 |
commit | 34b0bb8df42194a0ea433592e3cac27546f0af4e (patch) | |
tree | f584369db3a6accb74b1a9288c2480f8fd411671 /home.nix | |
parent | 4e4b8068825044ebfd435ec8a6f0e84f5c0c8801 (diff) | |
download | nixos-34b0bb8df42194a0ea433592e3cac27546f0af4e.tar.xz nixos-34b0bb8df42194a0ea433592e3cac27546f0af4e.zip |
modularize conf and stuff
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |