mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 09:27:25 +02:00
ZeNixLaptop: init
This commit is contained in:
parent
ec787bd1bf
commit
b8a4e9ecee
5 changed files with 95 additions and 1 deletions
|
|
@ -452,7 +452,8 @@
|
|||
ZeNixLaptop = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hostconfig/ZeNixComputa/extra_info.nix
|
||||
./hostconfig/ZeNixLaptop/extra_info.nix
|
||||
./hostconfig/ZeNixLaptop/nixos.nix
|
||||
self.nixosModules.minimal
|
||||
self.nixosModules.personal-cli
|
||||
self.nixosModules.personal-gui
|
||||
|
|
@ -478,10 +479,13 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hostconfig/ZeNixLaptop/extra_info.nix
|
||||
./hostconfig/ZeNixLaptop/hm.nix
|
||||
self.hmModules.minimal
|
||||
self.hmModules.personal-cli
|
||||
self.hmModules.personal-gui
|
||||
self.hmModules.gaming
|
||||
inputs.fioul.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
home-manager.extraSpecialArgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue