1
0
Fork 0

Shura: for some reason I need to specify default Flatpak packages???

This commit is contained in:
Aires 2024-12-12 11:51:49 -05:00
parent 409b5f3416
commit 0cf9bf3132

View file

@ -1,7 +1,8 @@
{
config,
pkgs,
options,
namespace,
pkgs,
...
}:
let
@ -96,6 +97,7 @@ in
flatpak = {
enable = true;
useBindFS = true;
packages = options.${namespace}.ui.flatpak.packages.default;
};
desktops.gnome.enable = true;
};