wsl fixes

This commit is contained in:
Noah Masur
2022-10-16 14:20:50 +00:00
parent e1e27ca065
commit 084e832039
7 changed files with 33 additions and 34 deletions

View File

@ -12,6 +12,7 @@ nixpkgs.lib.nixosSystem {
networking.hostName = "wsl";
# Set registry to flake packages, used for nix X commands
nix.registry.nixpkgs.flake = nixpkgs;
identityFile = "/home/${globals.user}/.ssh/id_ed25519";
gui.enable = false;
colorscheme = (import ../../modules/colorscheme/gruvbox);
passwordHash =