summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 15:46:27 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:07:17 -0400
commit3b3b4d9a61a54cb0832e64b9d9216eea31d416e7 (patch)
tree691a8ee8af43f62f53c63adbd924880eec4db335
parentfix: close other popouts when hover activewindow (diff)
downloadcaelestia-shell-3b3b4d9a61a54cb0832e64b9d9216eea31d416e7.tar.gz
caelestia-shell-3b3b4d9a61a54cb0832e64b9d9216eea31d416e7.tar.bz2
caelestia-shell-3b3b4d9a61a54cb0832e64b9d9216eea31d416e7.zip
init fork
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0d7ebb8..a5fbc2c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = "";
};