mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
syntax
This commit is contained in:
parent
b7eb36ea9f
commit
3241dd3b6f
1 changed files with 4 additions and 2 deletions
|
|
@ -55,12 +55,14 @@
|
|||
modules = [
|
||||
./nixos/configuration.nix
|
||||
./nixos/hardware-configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
home-manager.nixosModules.home-manager,
|
||||
({ unstablePkgs, ... }: {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit hmLib unstablePkgs; };
|
||||
home-manager.users.death916.imports = [ ./home-manager/home.nix ];
|
||||
home-manager.users.death916 = {
|
||||
imports = [ ./home-manager/home.nix ];
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue