Skip to content

Commit

Permalink
Fix ghostty autostart
Browse files Browse the repository at this point in the history
Ghostty is only in unstable at the moment.
  • Loading branch information
alisonjenkins committed Jan 1, 2025
1 parent b0cafef commit 7ddfab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/autostart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
".config/autostart/discord.desktop".source = "${pkgs.discord-canary}/share/applications/discord-canary.desktop";
".config/autostart/firefox.desktop".source = "${pkgs.firefox}/share/applications/firefox.desktop";
".config/autostart/ghostty.desktop".source = "${pkgs.ghostty}/share/applications/com.mitchellh.ghostty.desktop";
".config/autostart/ghostty.desktop".source = "${pkgs.unstable.ghostty}/share/applications/com.mitchellh.ghostty.desktop";
".config/autostart/steam.desktop".source = "${steam-autostart-silent}/share/applications/steam-autostart-silent.desktop";
} else { });
}

0 comments on commit 7ddfab8

Please sign in to comment.