chore(home): enable pi and set hyprland menu mod on thinkpad

This commit is contained in:
2026-04-27 07:52:22 -04:00
parent a38a725bb9
commit 412b503c7a

View File

@@ -30,7 +30,10 @@ in
programs = {
graphical = {
wms.hyprland = enabled;
wms.hyprland = {
enable = true;
menuMod = "ALT";
};
ghostty = enabled;
strawberry = enabled;
gimp = enabled;
@@ -50,7 +53,7 @@ in
git = enabled;
k9s = enabled;
nvim = enabled;
opencode = enabled;
pi = enabled;
};
};
};