diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-07 15:14:13 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-07 15:14:13 +0100 |
| commit | 257e05df975ca7392c6fbcb11905769ce7fc914d (patch) | |
| tree | 0a39f659a896f39c681ac00751ae1ec30ea0582a /modules/desktop/wms/hyprland.nix | |
| parent | 4ff71d189c210a0c26e839ecd19b12749126746d (diff) | |
Update NixOS
Diffstat (limited to '')
| -rw-r--r-- | modules/desktop/wms/hyprland.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/desktop/wms/hyprland.nix b/modules/desktop/wms/hyprland.nix index d339f98..5beda89 100644 --- a/modules/desktop/wms/hyprland.nix +++ b/modules/desktop/wms/hyprland.nix @@ -20,13 +20,13 @@ in programs.hyprland.withUWSM = true; programs.uwsm = { enable = true; - waylandCompositors = { - hyprland = { - prettyName = "Hyprland"; - comment = "Hyprland compositor managed by UWSM"; - binPath = "/run/current-system/sw/bin/Hyprland"; - }; - }; + # waylandCompositors = { + # hyprland = { + # prettyName = "Hyprland"; + # comment = "Hyprland compositor managed by UWSM"; + # # binPath = "/run/current-system/sw/bin/Hyprland"; + # }; + # }; }; environment.systemPackages = with pkgs; [ |
