From 377ae931bbec1eb919f8efa64ed63168cb231728 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 4 Apr 2026 17:55:09 +0200 Subject: [PATCH] Added Syncting to start with Hyprland --- modules/home-manager/Hyprland/hyprland.nix | 2 ++ modules/home-manager/shell.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/Hyprland/hyprland.nix b/modules/home-manager/Hyprland/hyprland.nix index 7fde257..13291ea 100644 --- a/modules/home-manager/Hyprland/hyprland.nix +++ b/modules/home-manager/Hyprland/hyprland.nix @@ -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 diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index ada40aa..a377708 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -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;