initial graphical config

This commit is contained in:
Astreaprtcl 2025-12-17 16:54:24 +01:00
parent ddd861496e
commit 61ecbd9721
6 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ ... }:
{
wayland.windowManager.sway = {
enable = true;
wrapperFeatures.gtk = true;
config = rec {
modifier = "Mod4";
terminal = "kitty";
};
};
}