wsl thingy

This commit is contained in:
Sakooooo 2023-12-28 18:55:12 +04:00
parent 2394ed5d56
commit f78c9ebf67
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -78,6 +78,7 @@
gh # github
htop # htop
tree # trees
wsl-open # wsl-open
];
environment.noXlibs = lib.mkForce false;
@ -121,6 +122,11 @@
};
};
# for wsl-open
environment.sessionVariables = rec {
BROWSER = "wsl-open";
};
security.sudo.wheelNeedsPassword = true;
system.stateVersion = "22.05";