mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
prepare laptop
This commit is contained in:
parent
7713b11971
commit
04f8f040bd
1 changed files with 2 additions and 2 deletions
|
|
@ -48,13 +48,13 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./nixos/laptop.nix
|
||||
/*home-manager.nixosModules.home-manager
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.nora = import ./home-manager/home.nix;
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}*/
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue