mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
try to migrate to nix
This commit is contained in:
parent
f2f4ead62f
commit
94da1ce936
26 changed files with 830 additions and 181 deletions
14
nix/wsl.nix
Normal file
14
nix/wsl.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs
|
||||
, inputs
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
];
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "kp2pml30";
|
||||
wslConf.interop.appendWindowsPath = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue