mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-03 22:10:28 +01:00 
			
		
		
		
	materusPC: change materus shell to zsh, group formatting
This commit is contained in:
		
							parent
							
								
									b485f8a228
								
							
						
					
					
						commit
						fe49e00096
					
				@ -89,8 +89,22 @@
 | 
			
		||||
 | 
			
		||||
  users.users.materus = {
 | 
			
		||||
    isNormalUser = true;
 | 
			
		||||
    extraGroups = [ "audio" "video" "render" "pipewire" "wheel" "networkmanager" "input" "kvm" "libvirt-qemu" "libvirt" "libvirtd" "podman" "lxd" ]; # Enable ‘sudo’ for the user.
 | 
			
		||||
    shell = pkgs.bashInteractive;
 | 
			
		||||
    extraGroups = [
 | 
			
		||||
      "audio"
 | 
			
		||||
      "video"
 | 
			
		||||
      "render"
 | 
			
		||||
      "pipewire"
 | 
			
		||||
      "wheel"
 | 
			
		||||
      "networkmanager"
 | 
			
		||||
      "input"
 | 
			
		||||
      "kvm"
 | 
			
		||||
      "libvirt-qemu"
 | 
			
		||||
      "libvirt"
 | 
			
		||||
      "libvirtd"
 | 
			
		||||
      "podman"
 | 
			
		||||
      "lxd"
 | 
			
		||||
    ]; # Enable ‘sudo’ for the user.
 | 
			
		||||
    shell = pkgs.zsh;
 | 
			
		||||
    description = "Mateusz Słodkowicz";
 | 
			
		||||
    #   packages = with pkgs; [
 | 
			
		||||
    #     firefox
 | 
			
		||||
@ -237,7 +251,7 @@
 | 
			
		||||
 | 
			
		||||
    nix-du
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    kate
 | 
			
		||||
    krusader
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user