nixfiles/hosts/blahaj/chaos.nix

10 lines
177 B
Nix
Raw Normal View History

2024-07-24 16:15:46 +01:00
{tree, ...}: {
imports = with tree.presets.home-manager; [
devBase
];
home.username = "chaos";
home.homeDirectory = "/home/chaos";
2024-12-13 12:06:47 +00:00
home.stateVersion = "25.05";
2024-07-24 16:15:46 +01:00
}