This commit is contained in:
2025-11-19 19:52:56 +03:00
parent acc240ac9d
commit 54b708815e
3 changed files with 40 additions and 19 deletions
+19 -19
View File
@@ -26,25 +26,25 @@
];
};
wayland.windowManager.hyprland = {
enable = true;
# wayland.windowManager.hyprland = {
# enable = true;
settings = {
exec = "hyprctl dispatch submap global";
submap = "global";
debug = { disable_logs = false; };
};
};
# settings = {
# exec = "hyprctl dispatch submap global";
# submap = "global";
# debug = { disable_logs = false; };
# };
# };
imports = [
./hyprland/env.nix
./hyprland/execs.nix
./hyprland/general.nix
./hyprland/rules.nix
./hyprland/colors.nix
./hyprland/keybinds.nix # done
./hyprland/active.nix
./hyprlock.nix # done
./hypridle.nix # done
];
# imports = [
# ./hyprland/env.nix
# ./hyprland/execs.nix
# ./hyprland/general.nix
# ./hyprland/rules.nix
# ./hyprland/colors.nix
# ./hyprland/keybinds.nix # in process
# ./hyprland/active.nix
# ./hyprlock.nix # done
# ./hypridle.nix # done
# ];
}