Update Flake inputs

This commit is contained in:
Paul-Henri Froidmont 2024-08-21 00:26:58 +02:00
parent f6be5f8b80
commit fe0ed96008
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
4 changed files with 64 additions and 82 deletions

View file

@ -117,7 +117,7 @@ in
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.unstable.hyprland;
# package = pkgs.unstable.hyprland;
systemd.enable = true;
xwayland.enable = true;
settings = {
@ -148,6 +148,11 @@ in
preserve_split = true;
};
debug = {
disable_logs = false;
enable_stdout_logs = true;
};
input = {
kb_layout = "fr";
kb_options = "caps:escape";