diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 16:08:55 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 16:08:55 +0530 |
| commit | f7cb0d04c68e642f7ec601b01e6cddde4030a38e (patch) | |
| tree | d2a29aa2eb8054ec2c353f86893f1ddb8c358d75 /common | |
| parent | a66420ef3c05c1af49f3c512c75d0c48ed0e1241 (diff) | |
add bunch programs & switch to standalone HM
Diffstat (limited to 'common')
| -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 ]; |
