added herdr, removed quickshell cause i wasen't using the flake
This commit is contained in:
Generated
+21
-21
@@ -208,6 +208,26 @@
|
||||
"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": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
@@ -338,32 +358,12 @@
|
||||
"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": {
|
||||
"inputs": {
|
||||
"disko": "disko",
|
||||
"herdr": "herdr",
|
||||
"home-manager": "home-manager",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"quickshell": "quickshell",
|
||||
"silicate": "silicate"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -36,8 +36,9 @@
|
||||
git-credential-manager
|
||||
gnupg
|
||||
yazi
|
||||
inputs.silicate.packages.${pkgs.system}.default
|
||||
jujutsu
|
||||
inputs.silicate.packages.${pkgs.system}.default
|
||||
inputs.herdr.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
||||
Reference in New Issue
Block a user