fix: add chmura home

prep for making all hosts use home manager (if I can manage it)
This commit is contained in:
jacekpoz 2023-08-15 18:51:14 +02:00
parent f9da7ce19a
commit c0e295f97f

View file

@ -26,10 +26,10 @@ in {
modules = [
{networking.hostName = "chmura";}
./chmura
#]
#++ [
# home-manager
# home-configs
]
++ [
home-manager
home-configs
];
};
}