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-clipboard
|
||||||
wl-mirror
|
wl-mirror
|
||||||
sway-launcher-desktop
|
sway-launcher-desktop
|
||||||
|
swaynotificationcenter
|
||||||
|
swayosd
|
||||||
xdg-utils
|
xdg-utils
|
||||||
zellij
|
zellij
|
||||||
zulip
|
zulip
|
||||||
|
@ -392,7 +394,7 @@
|
||||||
mainBar = {
|
mainBar = {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 36;
|
height = 24;
|
||||||
spacing = 3;
|
spacing = 3;
|
||||||
output = [ "DP-1" ];
|
output = [ "DP-1" ];
|
||||||
modules-left = [
|
modules-left = [
|
||||||
|
@ -467,8 +469,13 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
swaync = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
};
|
||||||
swayosd = {
|
swayosd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
display = "DP-1";
|
||||||
};
|
};
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue