mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-08 13:59:31 +01:00
chore: Enable missing module options
Forgot to enable these earlier but now everything works.
This commit is contained in:
parent
8ea3afa900
commit
e739239542
@ -21,6 +21,11 @@ in
|
||||
../home/yazi.nix
|
||||
];
|
||||
|
||||
modules.desktop = {
|
||||
japanese = true;
|
||||
wine = true;
|
||||
};
|
||||
|
||||
environment = {
|
||||
defaultPackages = [ ];
|
||||
variables.TERM = "xterm-kitty";
|
||||
|
Loading…
Reference in New Issue
Block a user