diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 22:32:22 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-08 22:32:22 -0500 |
| commit | 71b157a4ccc58f7bc1c8b270b573f54be211eb1b (patch) | |
| tree | 1035fdee556a09bc78b5f6126881427cfaba38c6 /flake.lock | |
| parent | fix gtk icons (diff) | |
| download | dotfiles-nix-71b157a4ccc58f7bc1c8b270b573f54be211eb1b.tar.gz dotfiles-nix-71b157a4ccc58f7bc1c8b270b573f54be211eb1b.tar.bz2 dotfiles-nix-71b157a4ccc58f7bc1c8b270b573f54be211eb1b.zip | |
new qt shell :)
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 68 |
1 files changed, 68 insertions, 0 deletions
@@ -81,6 +81,52 @@ "type": "github" } }, + "caelestia-cli": { + "inputs": { + "caelestia-shell": [ + "caelestia-shell" + ], + "nixpkgs": [ + "caelestia-shell", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1767905196, + "narHash": "sha256-72Z9vz1dq9FtLc7rjU9GwErUNmKZd6ZBIX1tUznwq7U=", + "ref": "refs/heads/main", + "rev": "8056a87db5c2f6a8df23f2b6b1867471e2b8995d", + "revCount": 419, + "type": "git", + "url": "https://g.freya.cat/caelestia-cli" + }, + "original": { + "type": "git", + "url": "https://g.freya.cat/caelestia-cli" + } + }, + "caelestia-shell": { + "inputs": { + "caelestia-cli": "caelestia-cli", + "nixpkgs": [ + "nixpkgs" + ], + "quickshell": "quickshell" + }, + "locked": { + "lastModified": 1767929302, + "narHash": "sha256-9MT0aoVnobXkEuPn2ZCB2Coo/VUOv3wF1qcFfwgFfmY=", + "ref": "refs/heads/main", + "rev": "87ad3ab86a3e1e9d7e2a507dd829289a1074d000", + "revCount": 1725, + "type": "git", + "url": "https://g.freya.cat/caelestia-shell" + }, + "original": { + "type": "git", + "url": "https://g.freya.cat/caelestia-shell" + } + }, "flake-compat": { "flake": false, "locked": { @@ -744,10 +790,32 @@ "type": "github" } }, + "quickshell": { + "inputs": { + "nixpkgs": [ + "caelestia-shell", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1766725085, + "narHash": "sha256-O2aMFdDUYJazFrlwL7aSIHbUSEm3ADVZjmf41uBJfHs=", + "ref": "refs/heads/master", + "rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff", + "revCount": 715, + "type": "git", + "url": "https://git.outfoxxed.me/outfoxxed/quickshell" + }, + "original": { + "type": "git", + "url": "https://git.outfoxxed.me/outfoxxed/quickshell" + } + }, "root": { "inputs": { "apple-fonts": "apple-fonts", "astal": "astal", + "caelestia-shell": "caelestia-shell", "home-manager": "home-manager", "hy3": "hy3", "hyprland": "hyprland", |