mirror of
https://git.sr.ht/~azikx/wyswort
synced 2024-10-30 11:26:20 +00:00
19 lines
263 B
Nix
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;
|
|
};
|
|
}
|