mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add wsl configurations
This commit is contained in:
parent
5575118313
commit
7e458f7207
7 changed files with 249 additions and 2 deletions
12
modules/linux/wsl/default.nix
Normal file
12
modules/linux/wsl/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
];
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "youwen";
|
||||
useWindowsDriver = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue