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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
];
|
||||
files = [];
|
||||
|
||||
# users.${conf.user} = (import ../home/persistence.nix).data;
|
||||
# users.${conf.user} = (import ../home/persist.nix).data;
|
||||
};
|
||||
|
||||
environment.persistence."/persist/cache" = {
|
||||
|
|
@ -25,6 +25,6 @@
|
|||
"/etc/machine-id"
|
||||
];
|
||||
|
||||
# users.${conf.user} = (import ../home/persistence.nix).cache;
|
||||
# users.${conf.user} = (import ../home/persist.nix).cache;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
conf,
|
||||
config,
|
||||
...
|
||||
|
|
@ -18,6 +17,7 @@
|
|||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
conf = conf;
|
||||
sops-nix = inputs.inputs.sops-nix;
|
||||
};
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue