add hyprland to iso and start workflow tests

This commit is contained in:
2025-03-24 16:12:29 +01:00
parent a50bb4aa2e
commit 53ad858efa
2 changed files with 14 additions and 0 deletions

View File

@ -13,6 +13,7 @@
services.getty.autologinUser = lib.mkForce "tom";
services.getty.helpLine = lib.mkForce "";
programs.hyprland.enable = true;
home-manager.extraSpecialArgs = { inherit inputs; inherit pkgs; isOs = true;};
home-manager.users.tom = {