From 9d352d94d29b6b13dd8dc5232d353ee0abdc0325 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 5 Nov 2024 10:34:04 +0100 Subject: [PATCH] fix(home): swayosd as a service --- common/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/home.nix b/common/home.nix index 0574199..e4954b5 100644 --- a/common/home.nix +++ b/common/home.nix @@ -15,7 +15,6 @@ pavucontrol thunderbird wl-clipboard - swayosd prismlauncher noto-fonts libreoffice @@ -378,4 +377,6 @@ }; }; }; + + services.swayosd.enable = true; }