feat (hosts/elistraee): add nixos-wsl config

This commit is contained in:
Henri Saudubray 2026-02-04 09:06:43 +00:00
parent d1c0846cf8
commit 7955b8220f
Signed by: hms
GPG key ID: 7065F57ED8856128
12 changed files with 243 additions and 143 deletions

View file

@ -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";
};
}