update: nvim waybar yazi windowrule
This commit is contained in:
parent
3a07c0da83
commit
529c9e5fa7
35 changed files with 520 additions and 13028 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue