1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 07:06:19 +00:00
wyswort/home/default.nix
2024-10-15 22:18:01 +09:00

15 lines
266 B
Nix

{
imports = [ ./window-managers ./programs ./themes ];
home = {
username = "megamozg";
homeDirectory = "/home/megamozg";
stateVersion = "24.05";
};
manual = {
html.enable = false;
json.enable = false;
manpages.enable = false;
};
}