some edit

This commit is contained in:
2025-12-13 17:00:40 +03:00
parent c3dca8312c
commit 257c6d2eed
6 changed files with 34 additions and 31 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
modules = [ ./home.nix ];
extraSpecialArgs = { inherit inputs; };
extraSpecialArgs = { inherit inputs username; };
};
};
}