mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 02:58:17 +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
|
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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user