More refactoring and added hyprlock

This commit is contained in:
marc
2024-12-03 22:57:56 +01:00
parent a5cd3713e7
commit 2af075c7dd
9 changed files with 170 additions and 75 deletions

View File

@@ -68,10 +68,12 @@ in
# - Desktop ----------------------------------
desktop = {
inherit wallpaper;
env.grapheio.enable = true;
wm.hyprland = {
kb_layout = "es,gr";
};
# Use Γραφείο (custom) desktop environment
grapheio.enable = true;
# Add greek keyboard layout
wm.hyprland.kb_layout = "es,gr";
};
# - Editors and development ------------------