From 4e6bb680a3a8e3333995e460bcde4652febd9935 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Tue, 29 Apr 2025 13:57:19 +0200 Subject: [PATCH] quickshell/module.nix: do not hardcode system --- modules/style/quickshell/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/style/quickshell/module.nix b/modules/style/quickshell/module.nix index 38dfcae..9fa7a30 100644 --- a/modules/style/quickshell/module.nix +++ b/modules/style/quickshell/module.nix @@ -16,7 +16,7 @@ in { config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ - quickshell.packages.x86_64-linux.default + quickshell.packages.${pkgs.stdenv.system}.default qt6.qtimageformats qt6.qt5compat qt6.qtmultimedia