forked from colonelpanic/dotfiles
[NixOS] Add jay-lenovo-wsl and wsl support
This commit is contained in:
10
nixos/machines/jay-lenovo-wsl.nix
Normal file
10
nixos/machines/jay-lenovo-wsl.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, pkgs, config, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../wsl.nix
|
||||
../kat.nix
|
||||
];
|
||||
|
||||
wsl.defaultUser = "kat";
|
||||
system.stateVersion = "22.05";
|
||||
}
|
Reference in New Issue
Block a user