diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 15:46:27 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:07:17 -0400 |
| commit | 3b3b4d9a61a54cb0832e64b9d9216eea31d416e7 (patch) | |
| tree | 691a8ee8af43f62f53c63adbd924880eec4db335 | |
| parent | fix: close other popouts when hover activewindow (diff) | |
| download | caelestia-shell-3b3b4d9a61a54cb0832e64b9d9216eea31d416e7.tar.gz caelestia-shell-3b3b4d9a61a54cb0832e64b9d9216eea31d416e7.tar.bz2 caelestia-shell-3b3b4d9a61a54cb0832e64b9d9216eea31d416e7.zip | |
init fork
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ }; caelestia-cli = { - url = "github:caelestia-dots/cli"; + url = "git+https://g.freya.cat/caelestia-cli"; inputs.nixpkgs.follows = "nixpkgs"; inputs.caelestia-shell.follows = ""; }; |