diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-26T15·27-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-26T15·28-0400 |
commit | 0275aaec03149b641ef2d6516cad20bddcce6bb5 (patch) | |
tree | 98012a815b9bdd3c5c30141d065ef2ed1690f863 /home/platforms | |
parent | 9b2dd5c20fec6ca76adb470374ccea0f7c944233 (diff) |
some adjustments to per-platform config
Diffstat (limited to 'home/platforms')
-rw-r--r-- | home/platforms/linux.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/home/platforms/linux.nix b/home/platforms/linux.nix index b49193442b07..0b95241cbdd1 100644 --- a/home/platforms/linux.nix +++ b/home/platforms/linux.nix @@ -14,10 +14,6 @@ ../modules/shell.nix ../modules/tarsnap.nix ../modules/vim.nix - - ~/code/urb/urbos/home - - machine ]; xsession.enable = true; @@ -61,10 +57,6 @@ playerctl ]; - nixpkgs.config.allowUnfree = true; - - programs.password-store.enable = true; - services.redshift = { enable = true; provider = "geoclue2"; @@ -72,13 +64,6 @@ services.pasystray.enable = true; - impure.clonedRepos.passwordStore = { - github = "glittershark/pass"; - path = ".local/share/password-store"; - }; - - urbint.projectPath = "code/urb"; - services.gpg-agent = { enable = true; }; |