mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
set laptop up again
This commit is contained in:
parent
b2af978996
commit
6e99b9e9c9
7 changed files with 28 additions and 20 deletions
12
flake.nix
12
flake.nix
|
|
@ -62,6 +62,18 @@
|
|||
./nix.nix
|
||||
];
|
||||
};
|
||||
gerg-laptop = lib.nixosSystem {
|
||||
inherit system pkgs;
|
||||
specialArgs = {inherit inputs settings;};
|
||||
modules = [
|
||||
inputs.sxhkd-flake.nixosModules.sxhkd
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./home-manager
|
||||
./configuration.nix
|
||||
./systems/laptop.nix
|
||||
./nix.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue