feat: ooksmicro host added to system & home
This commit is contained in:
parent
6af6edf819
commit
e1b874c563
5 changed files with 60 additions and 116 deletions
11
flake.nix
11
flake.nix
|
|
@ -97,6 +97,11 @@
|
|||
modules = [ ./system/hosts/ooksdesk ];
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
# GPD Micro-PC
|
||||
ooksmicro = lib.nixosSystem {
|
||||
modules = [ ./system/hosts/ooksmicro ];
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
};
|
||||
homeConfigurations = {
|
||||
# T480s
|
||||
|
|
@ -111,6 +116,12 @@
|
|||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
# Main Desktop
|
||||
"ooks@ooksmicro" = lib.homeManagerConfiguration {
|
||||
modules = [ ./home/user/ooks/ooksmicro ];
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue