diff --git a/flake.lock b/flake.lock index 1290090..980858c 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index 24601d1..40d15bd 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; }; diff --git a/modules/core/default.nix b/modules/core/default.nix index b7c5685..67d6d6f 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -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 = {