From 0275aaec03149b641ef2d6516cad20bddcce6bb5 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 26 May 2020 11:27:54 -0400 Subject: some adjustments to per-platform config --- home/platforms/linux.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'home/platforms') 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; }; -- cgit 1.4.1