summaryrefslogtreecommitdiff
path: root/home/apps/astal.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/apps/astal.nix3
1 files changed, 2 insertions, 1 deletions
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 {