diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index 2ec92451..c6651767 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -34,6 +34,7 @@ exec-once = mako # applets exec-once = nm-applet exec-once = blueman-applet +exec-once = nextcloud # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 5bebc1b8..315c9250 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -13,7 +13,9 @@ in config = lib.mkIf cfg.enable { - modules.desktop.dunst.enable = lib.mkForce false; + modules.desktop.dunst.enable = lib.mkForce false; + + services.gnome.gnome-keyring.enable = true; services.greetd = { enable = true; @@ -139,7 +141,7 @@ in theme.name = "vimix-dark-ruby"; iconTheme.name = "Vimix Ruby Dark"; }; - home.file = { + home.file = { "background.png" = { enable = true; source = ../../../config/background.png;