chore: move fischer to hyprland

This commit is contained in:
Luj 2024-05-22 13:45:40 +02:00
parent c4dcf2d9fe
commit ecf8ca7957
2 changed files with 9 additions and 5 deletions

View file

@ -152,5 +152,13 @@
MaxAuthTries 20
'';
# Desktop environment
programs.xwayland.enable = true;
programs.hyprland = {
enable = true;
package = pkgs.unstable.hyprland;
portalPackage = pkgs.unstable.xdg-desktop-portal-hyprland;
};
system.stateVersion = "23.05";
}