Add Spandan
							parent
							
								
									0d9b9ec9ef
								
							
						
					
					
						commit
						c8c17f230a
					
				| 
						 | 
					@ -4,5 +4,6 @@
 | 
				
			||||||
    ./users/darian.nix
 | 
					    ./users/darian.nix
 | 
				
			||||||
    ./users/carol.nix
 | 
					    ./users/carol.nix
 | 
				
			||||||
    ./users/alan.nix
 | 
					    ./users/alan.nix
 | 
				
			||||||
 | 
					    ./users/spandan.nix
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,11 @@
 | 
				
			||||||
 | 
					{ pkgs, ... }: {
 | 
				
			||||||
 | 
					  users.users.spandan = {
 | 
				
			||||||
 | 
					    isNormalUser = true;
 | 
				
			||||||
 | 
					    extraGroups = [ "wheel" ];
 | 
				
			||||||
 | 
					    homeSize = "50g";
 | 
				
			||||||
 | 
					    homeProjectId = 104;
 | 
				
			||||||
 | 
					    packages = with pkgs; [
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
					    ];
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue