1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 11:26:20 +00:00
wyswort/home/default.nix
2024-10-12 18:43:57 +09:00

19 lines
263 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;
};
}