fix: replace redundant home-manager input

This commit is contained in:
Tim Schubert 2025-06-24 14:45:47 +02:00
parent 205358ae77
commit e1b8001407
No known key found for this signature in database
2 changed files with 5 additions and 23 deletions

View file

@ -20,6 +20,7 @@
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
devshell = {
url = "github:numtide/devshell";