mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-06 13:04:01 +05:30
update enable flatpak
This commit is contained in:
parent
105b2f9c02
commit
d08d4d45a4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
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.enable = true;
|
||||||
#services.flatpak.packages = [ { appId = "com.kde.kdenlive"; origin = "flathub"; } ];
|
services.flatpak.packages = [ { appId = "com.kde.kdenlive"; origin = "flathub"; } ];
|
||||||
#services.flatpak.update.onActivation = true;
|
services.flatpak.update.onActivation = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue