zsh
This commit is contained in:
parent
e683317ab3
commit
425145920c
6 changed files with 6 additions and 7 deletions
|
|
@ -10,7 +10,6 @@
|
|||
./gpg.nix
|
||||
./helix.nix
|
||||
./packages.nix
|
||||
# ./persist.nix
|
||||
./playerctld.nix
|
||||
./rofi.nix
|
||||
./sops.nix
|
||||
|
|
|
|||
|
|
@ -23,12 +23,12 @@
|
|||
".config/obsidian"
|
||||
".config/spotify"
|
||||
(
|
||||
lib.optionals
|
||||
lib.optional
|
||||
config.gaming.enable
|
||||
".local/share/PrismLauncher"
|
||||
)
|
||||
(
|
||||
lib.optionals
|
||||
lib.optional
|
||||
config.gaming.enable
|
||||
".local/share/Steam"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
sops-nix,
|
||||
...
|
||||
}: {
|
||||
# imports = [sops-nix.homeManagerModules.sops];
|
||||
imports = [sops-nix.homeManagerModules.sops];
|
||||
sops = {
|
||||
age.keyFile = "/persist/data${conf.home}/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue