snapshot pre-cleanup-2026-06-04T16-01-15Z

This commit is contained in:
2026-06-04 18:01:15 +02:00
parent 501965a0dc
commit 3ecc4a55bf
6 changed files with 12 additions and 10 deletions
+4 -2
View File
@@ -112,7 +112,8 @@
home-manager.users.tomasr = self.homeModules.desktop;
};
# this is a copy of what is in laptop.nix
/*flake.homeModules.tomasr = _: {
/*
flake.homeModules.tomasr = _: {
home.username = "tomasr";
home.homeDirectory = "/home/tomasr";
@@ -133,5 +134,6 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
};*/
};
*/
}