chore: move fischer to hyprland

This commit is contained in:
Luj 2024-05-22 13:45:40 +02:00
parent 0be9e9f666
commit 21ccd0710a
Signed by: luj
GPG key ID: 6FC74C847011FD83
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";
}