st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b94f5ca58102f32a9b9ee62c2487494e4fa8dfb6
parent d752ebc0a4b58bf818bf5aefe3757b83af2a996b
Author: sioodmy <sioodmy@tuta.io>
Date:   Thu, 21 Jul 2022 15:20:12 +0200

fix(flake): default app

Diffstat:
Mflake.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -16,6 +16,7 @@ drv = packages.st-snazzy; exePath = "/bin/st"; }; + apps.default = apps.st-snazzy; defaultApp = apps.st-snazzy; devShell = pkgs.mkShell rec { name = "st-snazzy";