Disable nixos zsh prompt.
This commit is contained in:
		
							parent
							
								
									f0de368f04
								
							
						
					
					
						commit
						e6f7e52a90
					
				@ -114,7 +114,10 @@
 | 
				
			|||||||
    options = "noauto,x-systemd.automount,credentials=/etc/smbcredentials/aruanus";
 | 
					    options = "noauto,x-systemd.automount,credentials=/etc/smbcredentials/aruanus";
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.zsh.enable = true;
 | 
					  programs.zsh = {
 | 
				
			||||||
 | 
					    enable = true;
 | 
				
			||||||
 | 
					    promptInit = "";
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
  users.extraUsers.gebner = {
 | 
					  users.extraUsers.gebner = {
 | 
				
			||||||
    isNormalUser = true;
 | 
					    isNormalUser = true;
 | 
				
			||||||
    extraGroups = [ "wheel" "networkmanager" ];
 | 
					    extraGroups = [ "wheel" "networkmanager" ];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user