mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 05:32:51 +02:00
prepare laptop
This commit is contained in:
parent
0c87284736
commit
99edd53c6f
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