Added Syncting to start with Hyprland

This commit is contained in:
Alexandre 2026-04-04 17:55:09 +02:00
parent 3b8082815a
commit 377ae931bb
2 changed files with 3 additions and 1 deletions

View File

@ -27,12 +27,14 @@ in
"fileManager" = "dolphin";
"$browser" = "zen";
"$screenShot" = "hyprshot -m region -o ~/Pictures/Screenshots";
"$sync" = "syncthing --no-browser";
# Todo : Add a notification daemon
exec-once = [
"hyprlauncher"
"systemctl --user start hyprpolkitagent"
"awww-daemon"
"$sync"
];
# Input

View File

@ -7,7 +7,7 @@
package = pkgs.zsh;
enableCompletion = true;
autocd = true;
initContent = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media";
initContent = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media --percent-type 2";
autosuggestion = {
enable = true;