initial graphical config
This commit is contained in:
parent
ddd861496e
commit
61ecbd9721
6 changed files with 102 additions and 0 deletions
12
users/mara/config/sway.nix
Normal file
12
users/mara/config/sway.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
config = rec {
|
||||
modifier = "Mod4";
|
||||
terminal = "kitty";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue