some adjustments to per-platform config
This commit is contained in:
parent
9b2dd5c20f
commit
0275aaec03
5 changed files with 20 additions and 20 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue