diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-03 20:20:05 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-03 20:20:05 -0600 |
commit | 082241506657b3a2fd3d98fa11bee825192adfc9 (patch) | |
tree | d4fbf11ff4508e540fa013dfe1d876e5e30ee875 /flake.nix | |
parent | 917dc7d6d859cbfd24ad778d724a0e32abf2d32b (diff) | |
download | nixos-082241506657b3a2fd3d98fa11bee825192adfc9.tar.xz nixos-082241506657b3a2fd3d98fa11bee825192adfc9.zip |
remove old home manager that was commented out
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -62,16 +62,5 @@ T430 = mkNixosConfiguration "T430"; T495 = mkNixosConfiguration "T495"; }; - - #homeConfigurations.${userDetails.username} = home-manager.lib.homeManagerConfiguration { - # inherit pkgs; - # extraSpecialArgs = { - # inherit userDetails; - # }; - # modules = [ - # ./modules/home - # inputs.arkenfox.hmModules.arkenfox - # ]; - #}; }; } |