nixfiles/hosts/blahaj/chaos.nix
2024-12-13 12:06:47 +00:00

10 lines
177 B
Nix

{tree, ...}: {
imports = with tree.presets.home-manager; [
devBase
];
home.username = "chaos";
home.homeDirectory = "/home/chaos";
home.stateVersion = "25.05";
}