summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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
- # ];
- #};
};
}