From 5beba03bf317cc496c0f590a79930cc6419dc8ad Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 26 Nov 2025 16:04:31 -0500 Subject: update commits --- home/apps/astal.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/apps') diff --git a/home/apps/astal.nix b/home/apps/astal.nix index 0427e61..c7be724 100644 --- a/home/apps/astal.nix +++ b/home/apps/astal.nix @@ -3,9 +3,10 @@ config, pkgs, inputs, + system, ... }: let - astal = inputs.self.packages.${pkgs.system}; + astal = inputs.self.packages.${system}; inherit (lib) mkIf; cfg = config.apps.astal; in { -- cgit v1.2.3-freya