fix lua stupid stoopid
This commit is contained in:
parent
1567efd5ad
commit
112a5f7b8d
3 changed files with 5 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue