Skip to content

Commit

Permalink
nix: fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Aylur committed Oct 15, 2024
1 parent a484650 commit 94f7e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
in {
programs.ags.finalPackage = pkg;
home.packages = [pkg];
home.file.".local/share/ags".source = "${cfg.gjsPackage}/share/astal/gjs";
home.file.".local/share/ags".source = "${cfg.astal.gjsPackage}/share/astal/gjs";
})
(mkIf cfg.systemd.enable {
systemd.user.services.ags = {
Expand Down

0 comments on commit 94f7e56

Please sign in to comment.