1
0
Fork 0

Khanda: fix bug that overrode default Flatpak packages

This commit is contained in:
Aires 2024-12-11 17:56:03 -05:00
parent a725eafe63
commit d6b78f60a6

View file

@ -1,6 +1,6 @@
{ {
config, config,
lib, options,
namespace, namespace,
... ...
}: }:
@ -75,7 +75,7 @@ in
enable = true; enable = true;
# Define extra Flatpak packages to install. # Define extra Flatpak packages to install.
packages = lib.mkAfter [ packages = options.${namespace}.ui.flatpak.packages.default ++ [
"org.keepassxc.KeePassXC" "org.keepassxc.KeePassXC"
]; ];