mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
update enable flatpak
This commit is contained in:
parent
105b2f9c02
commit
d08d4d45a4
|
@ -6,7 +6,7 @@
|
|||
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share"; # lets flatpak work
|
||||
};
|
||||
|
||||
#services.flatpak.enable = true;
|
||||
#services.flatpak.packages = [ { appId = "com.kde.kdenlive"; origin = "flathub"; } ];
|
||||
#services.flatpak.update.onActivation = true;
|
||||
services.flatpak.enable = true;
|
||||
services.flatpak.packages = [ { appId = "com.kde.kdenlive"; origin = "flathub"; } ];
|
||||
services.flatpak.update.onActivation = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue