home
This commit is contained in:
parent
ee9c1366a9
commit
5d88fe7b77
12 changed files with 289 additions and 97 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{ zen-browser, ...}: {
|
||||
imports = [
|
||||
./audio.nix
|
||||
./bluetooth.nix
|
||||
|
|
@ -15,5 +15,6 @@
|
|||
./syncthing.nix
|
||||
./users.nix
|
||||
./zsh.nix
|
||||
zen-browser.nixosModules.zen-browser
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@
|
|||
"sync"
|
||||
"code"
|
||||
".keepass"
|
||||
".local/share/PrismLauncher"
|
||||
".local/share/Steam"
|
||||
".local/share/lutris"
|
||||
".local/share/games"
|
||||
];
|
||||
files = [];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ sops-nix, ... }: {
|
||||
imports = [ sops-nix.nixosModules.sops ];
|
||||
|
||||
sops.age.keyFile = /persist/data/home/lilith/.config/sops/age/keys.txt;
|
||||
sops.age.keyFile = "/persist/data/home/lilith/.config/sops/age/keys.txt";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue