home: fix sops module import location
This commit is contained in:
parent
5bee0c6f2b
commit
16064a898f
2 changed files with 3 additions and 4 deletions
|
|
@ -5,10 +5,8 @@
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
users.lelgenio = {
|
users.lelgenio = {
|
||||||
my = config.my;
|
my = config.my;
|
||||||
imports = [
|
# Don't add other modules here, add them in home.nix
|
||||||
../user/home.nix
|
imports = [ ../user/home.nix ];
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
backupFileExtension = "bkp";
|
backupFileExtension = "bkp";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@
|
||||||
./thunar.nix
|
./thunar.nix
|
||||||
./xdg-dirs.nix
|
./xdg-dirs.nix
|
||||||
inputs.nix-index-database.homeModules.nix-index
|
inputs.nix-index-database.homeModules.nix-index
|
||||||
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
../settings
|
../settings
|
||||||
./powerplay-led-idle.nix
|
./powerplay-led-idle.nix
|
||||||
./rm-target.nix
|
./rm-target.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue