diff options
Diffstat (limited to 'common/modules')
| -rw-r--r-- | common/modules/mango/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/modules/mango/default.nix b/common/modules/mango/default.nix index f8b1297..38d503f 100644 --- a/common/modules/mango/default.nix +++ b/common/modules/mango/default.nix @@ -397,12 +397,12 @@ in ${lib.optionalString (config.services.picom.enable) '' systemctl --user stop picom.service ''} - gnome-keyring-daemon --start --components=secrets,ssh,pkcs11 & - swww-daemon -q & + gnome-keyring-daemon --start --components=secrets,ssh,pkcs11 & + swww-daemon -q & ''; }; home.packages = with pkgs; [ - swww + swww wl-clipboard-rs wl-clip-persist ]; |
