summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-09 20:44:48 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-09 20:44:48 -0500
commitc4dc807a4dbaa8a63d1b3e267157dac156be03ef (patch)
treebfe00c5aee2dba0adf771965fcdc685f9b630203 /flake.nix
parentnew qt shell :) (diff)
downloaddotfiles-nix-c4dc807a4dbaa8a63d1b3e267157dac156be03ef.tar.gz
dotfiles-nix-c4dc807a4dbaa8a63d1b3e267157dac156be03ef.tar.bz2
dotfiles-nix-c4dc807a4dbaa8a63d1b3e267157dac156be03ef.zip
update shell
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 = {