From 75949d20dafef93dcf751d5515f0b14aacae173c Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Wed, 19 Jun 2024 15:27:15 +0200 Subject: [PATCH] sway tooling and config --- home.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index c91ba6a..5373294 100644 --- a/home.nix +++ b/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;