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.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') 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