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";
home.stateVersion = "24.05";
}