diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-16 10:07:46 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 10:07:46 -0400 |
| commit | 40083e67a1aabfa64b11a3475823fdfa47c8ba08 (patch) | |
| tree | 5cc83869c0d2d7377c4619fc9a2c7cd702df37d0 | |
| parent | remove gamemode toggle (diff) | |
| download | caelestia-shell-40083e67a1aabfa64b11a3475823fdfa47c8ba08.tar.gz caelestia-shell-40083e67a1aabfa64b11a3475823fdfa47c8ba08.tar.bz2 caelestia-shell-40083e67a1aabfa64b11a3475823fdfa47c8ba08.zip | |
update commits
| -rw-r--r-- | flake.lock | 18 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 10 insertions, 10 deletions
@@ -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": { @@ -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"; }; |