some adjustments to per-platform config

This commit is contained in:
Griffin Smith 2020-05-26 11:27:54 -04:00
parent 9b2dd5c20f
commit 0275aaec03
5 changed files with 20 additions and 20 deletions

View file

@ -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;
};