Add greek keyboard layout and include kanata in hyprland

This commit is contained in:
marc
2024-12-01 15:54:58 +01:00
parent 154b7fb9b2
commit 81fedb6261
2 changed files with 11 additions and 5 deletions

View File

@@ -62,7 +62,6 @@ in
system.gpg.enable = true;
system.pass.enable = true;
system.sshfs.enable = true;
system.kanata.enable = true;
server.vatnajokull.enable = true;
@@ -71,7 +70,10 @@ in
inherit wallpaper;
enable = true;
laptop = true;
hyprland.enable = true;
hyprland = {
enable = true;
kb_layout = "es,gr";
};
};
# - Editors and development ------------------