From 999a51da4535580b8717234715c00d2537b77761 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 12 May 2025 18:41:32 -0500 Subject: [PATCH] chore: cleaned up hyprland config --- modules/home/gui/desktop/hypr/land/config/exec-once.nix | 7 +------ modules/home/gui/desktop/hypr/land/default.nix | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/home/gui/desktop/hypr/land/config/exec-once.nix b/modules/home/gui/desktop/hypr/land/config/exec-once.nix index cca45f7..490675d 100755 --- a/modules/home/gui/desktop/hypr/land/config/exec-once.nix +++ b/modules/home/gui/desktop/hypr/land/config/exec-once.nix @@ -1,10 +1,5 @@ -{ flake, ... }: -let - inherit (flake.config.aesthetics.themes) - cursor - ; -in [ + "espanso" "hypridle" "wl-clipboard" "wpaperd" diff --git a/modules/home/gui/desktop/hypr/land/default.nix b/modules/home/gui/desktop/hypr/land/default.nix index 8325eb1..8af489c 100755 --- a/modules/home/gui/desktop/hypr/land/default.nix +++ b/modules/home/gui/desktop/hypr/land/default.nix @@ -13,7 +13,7 @@ let # bindl = import (configPath + /bindl.nix); decoration = import (configPath + /decoration.nix); dwindle = import (configPath + /dwindle.nix); - exec-once = import (configPath + /exec-once.nix) { inherit flake; }; + exec-once = import (configPath + /exec-once.nix); general = import (configPath + /general.nix) { inherit config flake; }; input = import (configPath + /input.nix); misc = import (configPath + /misc.nix);