Update flatpak-management.nix

This commit is contained in:
ska
2025-12-25 23:19:55 +00:00
parent 5cce6182bf
commit 22e976b693

View File

@@ -2,8 +2,7 @@
let
desiredFlatpaks = [
"org.mozilla.firefox"
"org.mozilla.thunderbird"
"ch.threema.threema-web-desktop"
];
flatpakScript = pkgs.writeScript "nix-flatpak-management" ''
#!${pkgs.runtimeShell} -e