chore: quick push

This commit is contained in:
Nick 2025-03-09 19:39:58 -05:00
parent b936cfeed6
commit c2776775e5
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ in
searx searx
wayland wayland
xserver xserver
flatpak
; ;
}; };
}; };
@ -32,6 +33,7 @@ in
imports = builtins.attrValues { imports = builtins.attrValues {
inherit (modules) inherit (modules)
gnome gnome
flatpak
xserver xserver
; ;
}; };