sway tooling and config
This commit is contained in:
parent
b4846ce36c
commit
75949d20da
1 changed files with 8 additions and 1 deletions
9
home.nix
9
home.nix
|
@ -54,6 +54,8 @@
|
|||
wl-clipboard
|
||||
wl-mirror
|
||||
sway-launcher-desktop
|
||||
swaynotificationcenter
|
||||
swayosd
|
||||
xdg-utils
|
||||
zellij
|
||||
zulip
|
||||
|
@ -392,7 +394,7 @@
|
|||
mainBar = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 36;
|
||||
height = 24;
|
||||
spacing = 3;
|
||||
output = [ "DP-1" ];
|
||||
modules-left = [
|
||||
|
@ -467,8 +469,13 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
swaync = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
swayosd = {
|
||||
enable = true;
|
||||
display = "DP-1";
|
||||
};
|
||||
syncthing = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue