mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
nix-update
This commit is contained in:
parent
94da1ce936
commit
284b131058
24 changed files with 7276 additions and 161 deletions
|
|
@ -1,14 +1,23 @@
|
|||
{ pkgs
|
||||
, inputs
|
||||
, rootPath
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
#inputs.vscode-server.nixosModules.default
|
||||
];
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "kp2pml30";
|
||||
wslConf.interop.appendWindowsPath = false;
|
||||
};
|
||||
|
||||
#services.vscode-server.enable = true;
|
||||
#home-manager.users.kp2pml30.home.file.".vscode-server/server-env-setup" = {
|
||||
# enable = false;
|
||||
# executable = true;
|
||||
# text = builtins.readFile("${rootPath}/nix/wsl/vscode-patch.sh");
|
||||
#};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue