From c4dc807a4dbaa8a63d1b3e267157dac156be03ef Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 9 Jan 2026 20:44:48 -0500 Subject: update shell --- flake.lock | 22 ++++++++++++---------- flake.nix | 4 ++++ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index f9913ce..c2c66ea 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index e4a319b..8540ea9 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = { -- cgit v1.2.3-freya