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
Generated
+21 -21
View File
@@ -208,6 +208,26 @@
"type": "github" "type": "github"
} }
}, },
"herdr": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1783211147,
"narHash": "sha256-7A8HDsDayPcW4qGV+Hjv6dqdjmEtXfTY4Lon8CFC4+E=",
"owner": "ogulcancelik",
"repo": "herdr",
"rev": "2bc1724c2dae72184a5d2ec070e30c70dc519f9b",
"type": "github"
},
"original": {
"owner": "ogulcancelik",
"repo": "herdr",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -338,32 +358,12 @@
"type": "indirect" "type": "indirect"
} }
}, },
"quickshell": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1783212316,
"narHash": "sha256-tknenPoA90o+Z7woiHchSAHiQzI8s0qYWlB87lIVPEc=",
"ref": "refs/heads/master",
"rev": "4f2c62486b0c939f7fc1f7cea68037173813dbfe",
"revCount": 826,
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
},
"original": {
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
}
},
"root": { "root": {
"inputs": { "inputs": {
"disko": "disko", "disko": "disko",
"herdr": "herdr",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"quickshell": "quickshell",
"silicate": "silicate" "silicate": "silicate"
} }
}, },
+4 -6
View File
@@ -12,15 +12,13 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
quickshell = { silicate = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell"; url = "git+https://github.com/pure-sagacity/silicate";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
silicate = { herdr = {
url = "git+https://github.com/pure-sagacity/silicate"; url = "github:ogulcancelik/herdr";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
+2 -1
View File
@@ -36,8 +36,9 @@
git-credential-manager git-credential-manager
gnupg gnupg
yazi yazi
inputs.silicate.packages.${pkgs.system}.default
jujutsu jujutsu
inputs.silicate.packages.${pkgs.system}.default
inputs.herdr.packages.${pkgs.system}.default
]; ];
nix = { nix = {