This commit is contained in:
Hadi 2024-05-09 13:33:51 +02:00
parent 6065afd390
commit 6d4bc5a9e8

View File

@ -32,11 +32,10 @@ let
[[ ${ [[ ${
toString variable.enableSops 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 & system-notif &
${pkgs.waybar}/bin/waybar & ${pkgs.waybar}/bin/waybar &
''; '';