Setup sway config
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
enable = true;
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
terminal = "kitty";
|
||||
defaultWorkspace = "workspace number 1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
12
home/modules/window_managers/sway/default.nix
Normal file
12
home/modules/window_managers/sway/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
terminal = "kitty";
|
||||
defaultWorkspace = "workspace number 1";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user