diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-09 20:44:48 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-09 20:44:48 -0500 |
| commit | c4dc807a4dbaa8a63d1b3e267157dac156be03ef (patch) | |
| tree | bfe00c5aee2dba0adf771965fcdc685f9b630203 | |
| parent | new qt shell :) (diff) | |
| download | dotfiles-nix-c4dc807a4dbaa8a63d1b3e267157dac156be03ef.tar.gz dotfiles-nix-c4dc807a4dbaa8a63d1b3e267157dac156be03ef.tar.bz2 dotfiles-nix-c4dc807a4dbaa8a63d1b3e267157dac156be03ef.zip | |
update shell
| -rw-r--r-- | flake.lock | 22 | ||||
| -rw-r--r-- | flake.nix | 4 |
2 files changed, 16 insertions, 10 deletions
@@ -111,14 +111,16 @@ "nixpkgs": [ "nixpkgs" ], - "quickshell": "quickshell" + "quickshell": [ + "quickshell" + ] }, "locked": { - "lastModified": 1767929302, - "narHash": "sha256-9MT0aoVnobXkEuPn2ZCB2Coo/VUOv3wF1qcFfwgFfmY=", + "lastModified": 1768006439, + "narHash": "sha256-OpCihP2RndUI20xzBgysN8kOjl4bzN/GMsbn3c3FJx4=", "ref": "refs/heads/main", - "rev": "87ad3ab86a3e1e9d7e2a507dd829289a1074d000", - "revCount": 1725, + "rev": "9c6aea03b58ead9044184724613ea1baa2a3cd35", + "revCount": 1728, "type": "git", "url": "https://g.freya.cat/caelestia-shell" }, @@ -793,16 +795,15 @@ "quickshell": { "inputs": { "nixpkgs": [ - "caelestia-shell", "nixpkgs" ] }, "locked": { - "lastModified": 1766725085, - "narHash": "sha256-O2aMFdDUYJazFrlwL7aSIHbUSEm3ADVZjmf41uBJfHs=", + "lastModified": 1767949765, + "narHash": "sha256-sb9X1evrQI2+4qmYCCAHMSiJFqj4eAuZp5BwYrOiJmA=", "ref": "refs/heads/master", - "rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff", - "revCount": 715, + "rev": "eecc2f88b3b12a672df79e74f2bd49ef65f0abdf", + "revCount": 721, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" }, @@ -825,6 +826,7 @@ "nixos-wsl": "nixos-wsl", "nixpkgs": "nixpkgs", "preload-ng": "preload-ng", + "quickshell": "quickshell", "rose-pine-hyprcursor": "rose-pine-hyprcursor", "sops-nix": "sops-nix", "talc": "talc", @@ -47,9 +47,13 @@ # nix-mineral nix-mineral.url = "github:cynicsketch/nix-mineral"; nix-mineral.inputs.nixpkgs.follows = "nixpkgs"; + # quickshell + quickshell.url = "git+https://git.outfoxxed.me/outfoxxed/quickshell"; + quickshell.inputs.nixpkgs.follows = "nixpkgs"; # caelestia-shell caelestia-shell.url = "git+https://g.freya.cat/caelestia-shell"; caelestia-shell.inputs.nixpkgs.follows = "nixpkgs"; + caelestia-shell.inputs.quickshell.follows = "quickshell"; }; outputs = { |