home
This commit is contained in:
parent
ee9c1366a9
commit
5d88fe7b77
12 changed files with 289 additions and 97 deletions
|
|
@ -1,15 +1,15 @@
|
|||
{ home-manager, sops-nix, ... } @ inputs: {
|
||||
{ home-manager, specialArgs, ... }: {
|
||||
imports = [ home-manager.nixosModules.home-manager ];
|
||||
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.backupFileExtension = "bak";
|
||||
home-manager.users."lilith" = {
|
||||
imports = [
|
||||
sops-nix.homeManagerModules.sops
|
||||
./lilith
|
||||
];
|
||||
|
||||
home.username = "lilith";
|
||||
home.stateVersion = "24.11";
|
||||
};
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.extraSpecialArgs = specialArgs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue