update: nvim waybar yazi windowrule

This commit is contained in:
DACHXY 2025-08-05 12:36:48 +08:00
parent 3a07c0da83
commit 529c9e5fa7
35 changed files with 520 additions and 13028 deletions

View file

@ -2,9 +2,19 @@
terminal,
osConfig,
wallRand,
pkgs,
lib,
}:
let
modulesConfig = import ./modules.nix { inherit terminal osConfig wallRand; };
modulesConfig = import ./modules.nix {
inherit
terminal
osConfig
wallRand
pkgs
lib
;
};
in
map (dev: dev // modulesConfig) [
# Monitor 1
@ -43,6 +53,7 @@ map (dev: dev // modulesConfig) [
[ ]
)
++ [
"custom/airplay"
"custom/wallRand"
"custom/wireguard"
"idle_inhibitor"