feat (hosts/elistraee): add nixos-wsl config
This commit is contained in:
parent
d1c0846cf8
commit
7955b8220f
12 changed files with 243 additions and 143 deletions
|
|
@ -1,13 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
lib,
|
||||
# enableGraphical ? false,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./cli.nix
|
||||
./graphical.nix
|
||||
]
|
||||
#++ (lib.optionals (enableGraphical) [ ./graphical.nix ])
|
||||
;
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users."hms" = ./home.nix;
|
||||
backupFileExtension = "bak";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue