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
3125f869af
commit
71e927f4bc
6 changed files with 154 additions and 122 deletions
16
flake.nix
16
flake.nix
|
|
@ -32,7 +32,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./nixos/configuration.nix
|
||||
./nixos/desktop.nix
|
||||
inputs.minegrub-theme.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
|
@ -43,6 +43,20 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
scrap = {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./nixos/laptop.nix
|
||||
/*home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.nora = import ./home-manager/desktop.nix;
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}*/
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
devShells.${"x86_64-linux"}.c-env = import ./shells/c-env.nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue