mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 05:40:05 +00:00 
			
		
		
		
	feat: partially configure VSCodium
This commit is contained in:
		
							parent
							
								
									bd4dcd5b28
								
							
						
					
					
						commit
						a45e263617
					
				
					 5 changed files with 60 additions and 29 deletions
				
			
		
							
								
								
									
										14
									
								
								flake.nix
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								flake.nix
									
										
									
									
									
								
							|  | @ -3,7 +3,7 @@ | |||
| 
 | ||||
|   inputs = { | ||||
|     # Nixpkgs instance. | ||||
|     nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; | ||||
|     nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; | ||||
| 
 | ||||
|     # Snowfall lib imposes an opinionated file-structure, which makes things a little easier sometimes. | ||||
|     snowfall-lib = { | ||||
|  | @ -24,13 +24,19 @@ | |||
|     }; | ||||
| 
 | ||||
|     # Hardware specific tweaks and performance optimizations. | ||||
|     hardware.url = "github:NixOS/nixos-hardware/master"; | ||||
|     hardware = { | ||||
|       url = "github:NixOS/nixos-hardware/master"; | ||||
|     }; | ||||
| 
 | ||||
|     # Catppuccin theme nix configuration. | ||||
|     catppuccin.url = "github:catppuccin/nix"; | ||||
|     catppuccin = { | ||||
|       url = "github:catppuccin/nix"; | ||||
|     }; | ||||
| 
 | ||||
|     # Declarative management of Flatpak packages. | ||||
|     nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1"; | ||||
|     nix-flatpak = { | ||||
|       url = "github:gmodena/nix-flatpak/?ref=v0.4.1"; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   outputs = inputs: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue