mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
chore: cleaned up hyprland config
This commit is contained in:
parent
32da795071
commit
999a51da45
2 changed files with 2 additions and 7 deletions
|
@ -1,10 +1,5 @@
|
||||||
{ flake, ... }:
|
|
||||||
let
|
|
||||||
inherit (flake.config.aesthetics.themes)
|
|
||||||
cursor
|
|
||||||
;
|
|
||||||
in
|
|
||||||
[
|
[
|
||||||
|
"espanso"
|
||||||
"hypridle"
|
"hypridle"
|
||||||
"wl-clipboard"
|
"wl-clipboard"
|
||||||
"wpaperd"
|
"wpaperd"
|
||||||
|
|
|
@ -13,7 +13,7 @@ let
|
||||||
# bindl = import (configPath + /bindl.nix);
|
# bindl = import (configPath + /bindl.nix);
|
||||||
decoration = import (configPath + /decoration.nix);
|
decoration = import (configPath + /decoration.nix);
|
||||||
dwindle = import (configPath + /dwindle.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; };
|
general = import (configPath + /general.nix) { inherit config flake; };
|
||||||
input = import (configPath + /input.nix);
|
input = import (configPath + /input.nix);
|
||||||
misc = import (configPath + /misc.nix);
|
misc = import (configPath + /misc.nix);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue