summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-02 21:01:51 -0500
committerSeth Flynn <[email protected]>2025-02-03 05:34:09 -0500
commitd5ad065e31f4d84824463829eeabfb55dbe9ece4 (patch)
tree12ef9e7989ff5534701d15259dbf9732d0728ab4 /flake.nix
parent5257a82ddfe4168393a7d1c6af6055b17023a796 (diff)
flake: move home-manager up
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 04887d1..f46f7d1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,6 +52,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ home-manager = {
+ url = "github:nix-community/home-manager";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
agenix = {
url = "github:ryantm/agenix";
inputs = {
@@ -86,11 +91,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- home-manager = {
- url = "github:nix-community/home-manager";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
krunner-nix = {
url = "github:pluiedev/krunner-nix";
inputs.nixpkgs.follows = "nixpkgs";