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,
|
||||
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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue