feat(desktop): fix some hyprland settings.

This commit is contained in:
CronyAkatsuki 2025-10-03 16:34:58 +02:00
parent d0b6cedcbc
commit bcf028ad6a
2 changed files with 0 additions and 18 deletions

View file

@ -10,18 +10,6 @@
};
config = lib.mkIf config.crony.hyprland-nixos.enable {
programs.uwsm = {
enable = true;
waylandCompositors = {
hyprland = {
prettyName = "Hyprland";
comment = "Hyprland compositor managed by UWSM";
binPath = "/run/current-system/sw/bin/Hyprland";
};
};
};
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;