Former-commit-id: 6d4bc5a9e8
This commit is contained in:
Hadi
2024-05-09 13:33:51 +02:00
parent ba1feb92ec
commit 7196117da7

View File

@@ -32,11 +32,10 @@ let
[[ ${
toString variable.enableSops
} == "true" ]] && systemctl --user start sops-nix
} == "1" ]] && systemctl --user start sops-nix
[[ ${toString variable.enableNextcloud} == "true" ]] && nextcloud-watch &
[[ ${toString variable.enableNextcloud} == "1" ]] && nextcloud-watch &
echo "${toString variable.enableNextcloud}" > /tmp/nextcloud-enable
system-notif &
${pkgs.waybar}/bin/waybar &
'';