reconfigured how home manager gets applied
This commit is contained in:
parent
26b231a329
commit
ff295dc7ac
8 changed files with 438 additions and 361 deletions
14
flake.nix
14
flake.nix
|
@ -71,13 +71,13 @@
|
|||
modules = [
|
||||
./hosts/horizon/configuration.nix
|
||||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
home-manager.nixosModules.default
|
||||
# {
|
||||
# home-manager.useGlobalPkgs = true;
|
||||
# home-manager.useUserPackages = true;
|
||||
# home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
# home-manager.users = import ./users;
|
||||
# }
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.backupFileExtension = "backup";
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
];
|
||||
};
|
||||
# Leyla Desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue