added herdr, removed quickshell cause i wasen't using the flake

This commit is contained in:
Maaz Khokhar
2026-07-04 22:52:55 -05:00
committed by Maaz Khokhar
parent c6c55abde2
commit a502f58756
3 changed files with 27 additions and 28 deletions
+4 -6
View File
@@ -12,15 +12,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
silicate = {
url = "git+https://github.com/pure-sagacity/silicate";
inputs.nixpkgs.follows = "nixpkgs";
};
silicate = {
url = "git+https://github.com/pure-sagacity/silicate";
herdr = {
url = "github:ogulcancelik/herdr";
inputs.nixpkgs.follows = "nixpkgs";
};
};