chore: cleaned up hyprland config

This commit is contained in:
Nick 2025-05-12 18:41:32 -05:00
parent 32da795071
commit 999a51da45
2 changed files with 2 additions and 7 deletions

View file

@ -1,10 +1,5 @@
{ flake, ... }:
let
inherit (flake.config.aesthetics.themes)
cursor
;
in
[
"espanso"
"hypridle"
"wl-clipboard"
"wpaperd"

View file

@ -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);