diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-28 16:04:10 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-28 16:04:10 +0100 |
commit | a27e82a0be15a5948dab66af27b923f8b487dd2e (patch) | |
tree | ca3c6cb3b5e286a8bc3a6853464e0bd10255f9ed | |
parent | b44f4a11380516dbb1a8fcfc6627d669a87d2473 (diff) |
updated flake.nix
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ default = ags.lib.bundle { inherit pkgs; src = ./.; - name = "my-shell"; + name = "astal-bar"; entry = "app.ts"; # additional libraries and executables to add to gjs' runtime |