summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-03 20:20:05 -0600
committerTim Keller <tjkeller.xyz>2024-11-03 20:20:05 -0600
commit082241506657b3a2fd3d98fa11bee825192adfc9 (patch)
treed4fbf11ff4508e540fa013dfe1d876e5e30ee875
parent917dc7d6d859cbfd24ad778d724a0e32abf2d32b (diff)
downloadnixos-082241506657b3a2fd3d98fa11bee825192adfc9.tar.xz
nixos-082241506657b3a2fd3d98fa11bee825192adfc9.zip
remove old home manager that was commented out
-rw-r--r--flake.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix
index 50510e2..4c512f9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
- # ];
- #};
};
}