summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-07 15:14:13 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-07 15:14:13 +0100
commit257e05df975ca7392c6fbcb11905769ce7fc914d (patch)
tree0a39f659a896f39c681ac00751ae1ec30ea0582a /modules
parent4ff71d189c210a0c26e839ecd19b12749126746d (diff)
Update NixOS
Diffstat (limited to 'modules')
-rw-r--r--modules/desktop/wms/hyprland.nix14
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; [