Shura: for some reason I need to specify default Flatpak packages???
This commit is contained in:
parent
409b5f3416
commit
0cf9bf3132
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
options,
|
||||||
namespace,
|
namespace,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -96,6 +97,7 @@ in
|
||||||
flatpak = {
|
flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useBindFS = true;
|
useBindFS = true;
|
||||||
|
packages = options.${namespace}.ui.flatpak.packages.default;
|
||||||
};
|
};
|
||||||
desktops.gnome.enable = true;
|
desktops.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue