Add sway
This commit is contained in:
parent
3ae2398770
commit
4613bc2e9b
2 changed files with 32 additions and 19 deletions
12
home-manager/sway.nix
Normal file
12
home-manager/sway.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = rec {
|
||||
modifier = "Mod4";
|
||||
# Use kitty as default terminal
|
||||
terminal = "kitty";
|
||||
startup = [
|
||||
# Launch Firefox on start
|
||||
{command = "firefox";}
|
||||
];
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue