summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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 = {