❄️ Dotfiles for our NixOS system configuration.

chore: fix typo

Chloe 72e130f1 3d3acdac

Changed files
+1 -1
modules
+1 -1
modules/wsl/default.nix
···
};
# Allow opening files and links in Windows from WSL
-
environment.variable.BROWSER = "wsl-open";
+
environment.variables.BROWSER = "wsl-open";
};
}