Have running also with hyprland to some extent

This commit is contained in:
2026-01-17 13:10:07 +02:00
parent b97f5cd3ee
commit b5e16e71eb
9 changed files with 115 additions and 7 deletions
+14
View File
@@ -92,6 +92,20 @@
};
};
# Specializations
specialisation = {
hyprland = {
configuration = {
# Override homemanager options for this specialization
home-manager.users.aner = { pkgs, ... }: {
azos.suites.exwm.enable = lib.mkForce false;
azos.suites.hyprland.enable = true;
};
};
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [