added quickshell and updated zsh
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -24,6 +24,16 @@
|
||||
comfy-ui = {
|
||||
url = "github:utensils/comfyui-nix";
|
||||
};
|
||||
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
herdr = {
|
||||
url = "github:herdrdev/herdr";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
||||
Reference in New Issue
Block a user