From 142bfa8ff9c1845eb5044eb7dd755e5918f70de2 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Fri, 15 May 2026 23:21:00 +0200 Subject: [PATCH] rclone: fixed bug. How? I don't know. It might be the sleep 5 --- hosts/laptop/configuration.nix | 7 ++++++- modules/home-manager/hyprland.nix | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 3d6fdb0..139a5d6 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -97,6 +97,11 @@ # zsh dont want to work if it is not initialzed here. programs.zsh.enable = true; + # removes rclone error + programs.fuse.userAllowOther = true; + programs.fuse.enable = true; + + security.wrappers.gsr-kms-server = { # to remove the password prompt when using gpu-screen-recorder owner = "root"; @@ -160,7 +165,7 @@ users.users.tomasr = { isNormalUser = true; description = "Tomas Rivera"; - extraGroups = ["networkmanager" "wheel"]; #wheel allow to use sudo + extraGroups = ["networkmanager" "wheel" "fuse"]; #wheel allow to use sudo / fuse -> rclone shell = pkgs.zsh; }; diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index e6a586d..9a92b51 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -217,7 +217,7 @@ in { "swww img ${wallpaper}" "swww-daemon" "sleep 1 && custom-wallpaper" - "custom-checkKdrive && custom-mountkdrive" # checks if the remote works and mount it + "sleep 5 && custom-checkKdrive && custom-mountkdrive" # checks if the remote works and mount it #"waybar" "custom-gitnotify" "custom-checkMatrix" # checks if matrix-commander-rs is connected which is important for other stuff