Make fish the default shell
This commit is contained in:
		
					parent
					
						
							
								e4513b6c53
							
						
					
				
			
			
				commit
				
					
						f9ebdbfdfa
					
				
			
		
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -97,6 +97,7 @@
 | 
			
		|||
      #  thunderbird
 | 
			
		||||
    ];
 | 
			
		||||
    initialPassword = "changeme";
 | 
			
		||||
    shell = pkgs.fish;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # Allow unfree packages
 | 
			
		||||
| 
						 | 
				
			
			@ -113,9 +114,10 @@
 | 
			
		|||
    nerdfonts
 | 
			
		||||
    jetbrains-mono
 | 
			
		||||
    kitty
 | 
			
		||||
    fish
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  programs.fish.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Some programs need SUID wrappers, can be configured further or are
 | 
			
		||||
  # started in user sessions.
 | 
			
		||||
  # programs.mtr.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue