From f78c9ebf671d593f4402acd9d837bb3e0bf10f6d Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:55:12 +0400 Subject: [PATCH] wsl thingy --- hosts/sakowsl/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 54ea42aa..7a9598d5 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -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";