1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 11:06:19 +00:00
wyswort/home/default.nix

15 lines
266 B
Nix
Raw Normal View History

2024-10-12 09:43:57 +00:00
{
2024-10-15 13:18:01 +00:00
imports = [ ./window-managers ./programs ./themes ];
2024-10-12 09:43:57 +00:00
2024-10-15 13:18:01 +00:00
home = {
username = "megamozg";
homeDirectory = "/home/megamozg";
stateVersion = "24.05";
};
manual = {
2024-10-12 09:43:57 +00:00
html.enable = false;
json.enable = false;
manpages.enable = false;
};
}