From 407f94d1bef14047384e4e70b87d21fc8444f0a6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:22:42 +0400 Subject: [PATCH] thingie --- config/hyprland/hyprland.conf | 1 + modules/desktop/hyprland/default.nix | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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;