Added: Some Games
This commit is contained in:
		@@ -17,5 +17,7 @@
 | 
				
			|||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      profiles.${username} = {};
 | 
					      profiles.${username} = {};
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    thunderbird.enable = true;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,8 +5,6 @@
 | 
				
			|||||||
  ...
 | 
					  ...
 | 
				
			||||||
}: {
 | 
					}: {
 | 
				
			||||||
  home.packages = with pkgs; [
 | 
					  home.packages = with pkgs; [
 | 
				
			||||||
    # docker
 | 
					 | 
				
			||||||
    docker-compose
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										10
									
								
								home/programs/games.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								home/programs/games.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  pkgs,
 | 
				
			||||||
 | 
					  config,
 | 
				
			||||||
 | 
					  username,
 | 
				
			||||||
 | 
					  ...
 | 
				
			||||||
 | 
					}: {
 | 
				
			||||||
 | 
					  programs = {
 | 
				
			||||||
 | 
					    xonotic.enable = true;
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -9,6 +9,7 @@
 | 
				
			|||||||
    ../../home/core.nix
 | 
					    ../../home/core.nix
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    ../../home/hyprland
 | 
					    ../../home/hyprland
 | 
				
			||||||
 | 
					    ../../home/programs/games.nix
 | 
				
			||||||
    ../../home/programs
 | 
					    ../../home/programs
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user