fix lua stupid stoopid

This commit is contained in:
Tristan 2024-01-06 00:56:17 +00:00
parent 1567efd5ad
commit 112a5f7b8d
3 changed files with 5 additions and 4 deletions

View file

@ -123,9 +123,9 @@ user: {
isNormalUser = true;
extraGroups = ["wheel" "video" "networkmanager"];
initialPassword = "pass";
shell = pkgs.fish;
shell = pkgs.zsh;
};
programs.fish.enable = true;
programs.zsh.enable = true;
environment.variables = {
EDITOR = "nvim";