mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-13 00:09:54 +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
|
../home/yazi.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
modules.desktop = {
|
||||||
|
japanese = true;
|
||||||
|
wine = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
defaultPackages = [ ];
|
defaultPackages = [ ];
|
||||||
variables.TERM = "xterm-kitty";
|
variables.TERM = "xterm-kitty";
|
||||||
|
Loading…
Reference in New Issue
Block a user