fix: customTop/customBottom
This commit is contained in:
parent
72ac487c58
commit
b1cba25f63
1 changed files with 2 additions and 2 deletions
|
|
@ -4,13 +4,13 @@
|
|||
nixosVista,
|
||||
...
|
||||
}: let
|
||||
cfg = config.nixosVista.hyprland;
|
||||
cfg = nixosVista.hyprland;
|
||||
in {
|
||||
############################################################
|
||||
# Inject into fragment system
|
||||
############################################################
|
||||
|
||||
config = lib.mkIf (config.nixosVista.enable or false) {
|
||||
config = lib.mkIf nixosVista.enable {
|
||||
nixosVista.hyprland.fragments.customTop = lib.mkIf (cfg.customTop != "") ''
|
||||
############################################################
|
||||
# Your Custom User / nixosVista.hyprland.customTop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue