Fix flathub repo service not starting. Also add picard and ytmdl for music management.

This commit is contained in:
Tyler Kelley 2025-02-20 05:22:23 -06:00
parent 97c446620a
commit d79c72861b
2 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@
nixfmt-rfc-style nixfmt-rfc-style
pavucontrol pavucontrol
pciutils pciutils
picard
pkg-config pkg-config
playerctl playerctl
ripgrep ripgrep
@ -65,6 +66,7 @@
usbutils usbutils
v4l-utils v4l-utils
virt-viewer virt-viewer
ytmdl
wget wget
]; ];
} }

View File

@ -66,6 +66,7 @@ in {
}; };
systemd.services.flatpak-repo = { systemd.services.flatpak-repo = {
wantedBy = ["multi-user.target"];
path = [pkgs.flatpak]; path = [pkgs.flatpak];
script = '' script = ''
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo