mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-09 18:51:33 +01:00
Fix flathub repo service not starting. Also add picard and ytmdl for music management.
This commit is contained in:
parent
97c446620a
commit
d79c72861b
@ -56,6 +56,7 @@
|
||||
nixfmt-rfc-style
|
||||
pavucontrol
|
||||
pciutils
|
||||
picard
|
||||
pkg-config
|
||||
playerctl
|
||||
ripgrep
|
||||
@ -65,6 +66,7 @@
|
||||
usbutils
|
||||
v4l-utils
|
||||
virt-viewer
|
||||
ytmdl
|
||||
wget
|
||||
];
|
||||
}
|
||||
|
@ -66,6 +66,7 @@ in {
|
||||
};
|
||||
|
||||
systemd.services.flatpak-repo = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
path = [pkgs.flatpak];
|
||||
script = ''
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
Loading…
Reference in New Issue
Block a user