home: fix sops module import location

This commit is contained in:
Leonardo Eugênio 2026-02-25 18:38:35 -03:00
parent 5bee0c6f2b
commit 16064a898f
2 changed files with 3 additions and 4 deletions

View file

@ -5,10 +5,8 @@
useUserPackages = true;
users.lelgenio = {
my = config.my;
imports = [
../user/home.nix
inputs.sops-nix.homeManagerModules.sops
];
# Don't add other modules here, add them in home.nix
imports = [ ../user/home.nix ];
};
backupFileExtension = "bkp";
};