summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";