From d79c72861bbeebde881cc2e9eaa912f8c35d7806 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Thu, 20 Feb 2025 05:22:23 -0600 Subject: [PATCH] Fix flathub repo service not starting. Also add picard and ytmdl for music management. --- modules/core/packages.nix | 2 ++ modules/core/services.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/modules/core/packages.nix b/modules/core/packages.nix index 61eb652..899024c 100644 --- a/modules/core/packages.nix +++ b/modules/core/packages.nix @@ -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 ]; } diff --git a/modules/core/services.nix b/modules/core/services.nix index cece837..60c77ee 100644 --- a/modules/core/services.nix +++ b/modules/core/services.nix @@ -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