chore: Enable missing module options

Forgot to enable these earlier but now everything works.
This commit is contained in:
Donovan Glover 2024-04-05 08:13:02 -04:00
parent 8ea3afa900
commit e739239542
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,11 @@ in
../home/yazi.nix ../home/yazi.nix
]; ];
modules.desktop = {
japanese = true;
wine = true;
};
environment = { environment = {
defaultPackages = [ ]; defaultPackages = [ ];
variables.TERM = "xterm-kitty"; variables.TERM = "xterm-kitty";

View File

@ -72,6 +72,7 @@
desktop = { desktop = {
japanese = true; japanese = true;
bloat = true; bloat = true;
wine = true;
}; };
}; };
} }