wsl thingy
This commit is contained in:
parent
2394ed5d56
commit
f78c9ebf67
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
||||||
gh # github
|
gh # github
|
||||||
htop # htop
|
htop # htop
|
||||||
tree # trees
|
tree # trees
|
||||||
|
wsl-open # wsl-open
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.noXlibs = lib.mkForce false;
|
environment.noXlibs = lib.mkForce false;
|
||||||
|
@ -121,6 +122,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# for wsl-open
|
||||||
|
environment.sessionVariables = rec {
|
||||||
|
BROWSER = "wsl-open";
|
||||||
|
};
|
||||||
|
|
||||||
security.sudo.wheelNeedsPassword = true;
|
security.sudo.wheelNeedsPassword = true;
|
||||||
|
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.05";
|
||||||
|
|
Loading…
Reference in a new issue