summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-16 10:07:46 -0400
committerFreya Murphy <freya@freyacat.org>2026-03-16 10:07:46 -0400
commit40083e67a1aabfa64b11a3475823fdfa47c8ba08 (patch)
tree5cc83869c0d2d7377c4619fc9a2c7cd702df37d0
parentremove gamemode toggle (diff)
downloadcaelestia-shell-40083e67a1aabfa64b11a3475823fdfa47c8ba08.tar.gz
caelestia-shell-40083e67a1aabfa64b11a3475823fdfa47c8ba08.tar.bz2
caelestia-shell-40083e67a1aabfa64b11a3475823fdfa47c8ba08.zip
update commits
-rw-r--r--flake.lock18
-rw-r--r--flake.nix2
2 files changed, 10 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index 87d5163..14b45df 100644
--- a/flake.lock
+++ b/flake.lock
@@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1772963539,
- "narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=",
+ "lastModified": 1773389992,
+ "narHash": "sha256-wvfdLLWJ2I9oEpDd9PfMA8osfIZicoQ5MT1jIwNs9Tk=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "9dcb002ca1690658be4a04645215baea8b95f31d",
+ "rev": "c06b4ae3d6599a672a6210b7021d699c351eebda",
"type": "github"
},
"original": {
@@ -44,17 +44,17 @@
]
},
"locked": {
- "lastModified": 1773110235,
- "narHash": "sha256-54fcqz/u/2P1ITLEsfLjg288i6vKIXJxiPYRuXR93c4=",
+ "lastModified": 1773648506,
+ "narHash": "sha256-uVdqQIOzmMcHy1bUyF5NdZ3T5f1/5OVSNx3nIoXV6Os=",
"ref": "refs/heads/master",
- "rev": "cf1a2aeb2d01e446346fcd37c4b8f4e7d40d6f2c",
- "revCount": 751,
+ "rev": "6705e2da778d216e81dbdc3764a3f50e89bfd87d",
+ "revCount": 761,
"type": "git",
- "url": "https://git.outfoxxed.me/outfoxxed/quickshell"
+ "url": "https://git.outfoxxed.me/quickshell/quickshell"
},
"original": {
"type": "git",
- "url": "https://git.outfoxxed.me/outfoxxed/quickshell"
+ "url": "https://git.outfoxxed.me/quickshell/quickshell"
}
},
"root": {
diff --git a/flake.nix b/flake.nix
index a5fbc2c..76ed57b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
quickshell = {
- url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
+ url = "git+https://git.outfoxxed.me/quickshell/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};