mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
wsl fixes
This commit is contained in:
@ -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 =
|
||||
|
Reference in New Issue
Block a user