hosts/hypnos: rebuild
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m10s

This commit is contained in:
2026-01-11 21:42:55 +00:00
parent 55961c5618
commit 19d322f406
9 changed files with 257 additions and 197 deletions

View File

@@ -0,0 +1,10 @@
{
...
}:
{
xsession = {
enable = true;
windowManager.awesome.enable = true;
};
}

View File

@@ -47,7 +47,9 @@ in
];
shell = pkgs.zsh;
uid = 1000;
};
createHome = true;
}
// lib.optionalAttrs (!config.users.mutableUsers) { autoSubUidGidRange = false; };
home-manager.users.${name} = {
imports = [

View File

@@ -5,9 +5,9 @@
{
imports = [
./common/optional/graphical/awesome.nix
./common/optional/graphical/firefox.nix
./common/optional/graphical/fonts.nix
./common/optional/graphical/gnome.nix
];
home.packages = with pkgs; [