diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = { |