mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: native systemd
This commit is contained in:
parent
a7cd9846a1
commit
7354ad3085
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ _: let
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultUser = "kat";
|
defaultUser = "kat";
|
||||||
startMenuLaunchers = true;
|
startMenuLaunchers = true;
|
||||||
|
nativeSystemd = true;
|
||||||
wslConf.automount.root = "/mnt";
|
wslConf.automount.root = "/mnt";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue