Added script to enable flathub

This commit is contained in:
Zonsopkomst 2023-10-29 22:16:55 -05:00
parent ac996facf8
commit 41e680f850
1 changed files with 0 additions and 10 deletions

View File

@ -4,16 +4,6 @@
# Enable Flatpak
services.flatpak.enable = true;
# Added 10/29/23
#systemd.services.configure-flathub-repo = {
# wantedBy = ["multi-user.target"];
# path = [ pkgs.flatpak ];
# script = ''
# flatpak remote-add --if-not-exists flathub
# https://flathub.org/repo/flathub.flatpakrepo
# '';
#};
system.activationScripts = {
flathub = ''
/run/current-system/sw/bin/flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo