From cde5235b79f0b54a4b4d4ed2498b705c4190f4d5 Mon Sep 17 00:00:00 2001 From: alyx Date: Mon, 30 Jun 2025 16:15:51 +0100 Subject: [PATCH] start swaync on login --- home/niri.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/niri.nix b/home/niri.nix index baa390c..c5bf0b0 100644 --- a/home/niri.nix +++ b/home/niri.nix @@ -256,6 +256,7 @@ {command = if vars.user == "alyx" then ["swaybg" "-m" "fill" "-i" "/home/${vars.user}/.config/nixos/assets/scenes.jpg"] else ["swaybg" "-m" "fill" "-i" "/home/${vars.user}/.config/nixos/assets/scenes.jpg"];} {command = ["udiskie" "--appindicator"];} {command = ["kanshi"];} + {command = ["swaync"];} ]; environment = { DISPLAY = ":0";