[NixOS] Add strixy-minaj-wsl

This commit is contained in:
2024-06-02 04:04:05 +00:00
parent 807944f182
commit 77fc296e9e
2 changed files with 37 additions and 1 deletions

View File

@@ -7,13 +7,15 @@ makeEnable config "modules.wsl" false {
modules.base.enable = false;
modules.desktop.enable = false;
modules.xmonad.enable = false;
modules.plasma.enable = false;
# Update timezone automatically
services.tzupdate.enable = true;
wsl.wslConf.automount.root = "/mnt";
wsl = {
enable = true;
automountPath = "/mnt";
startMenuLaunchers = true;
nativeSystemd = true;
};