forked from jan-leila/nix-config
		
	ran linter
This commit is contained in:
		
							parent
							
								
									5da0753b7c
								
							
						
					
					
						commit
						dcd5accea0
					
				
					 23 changed files with 372 additions and 309 deletions
				
			
		|  | @ -1,11 +1,9 @@ | |||
| { pkgs, ... }: | ||||
| { | ||||
| {pkgs, ...}: { | ||||
|   imports = [ | ||||
|     ../common | ||||
|   ]; | ||||
| 
 | ||||
|   services = { | ||||
| 
 | ||||
|     # Enable CUPS to print documents. | ||||
|     printing.enable = true; | ||||
| 
 | ||||
|  | @ -21,7 +19,7 @@ | |||
|       }; | ||||
| 
 | ||||
|       # Get rid of xTerm | ||||
|       excludePackages = [ pkgs.xterm ]; | ||||
|       excludePackages = [pkgs.xterm]; | ||||
| 
 | ||||
|       # Configure keymap in X11 | ||||
|       xkb = { | ||||
|  | @ -44,7 +42,6 @@ | |||
|     }; | ||||
|   }; | ||||
| 
 | ||||
| 
 | ||||
|   # Enable sound with pipewire. | ||||
|   hardware.pulseaudio.enable = false; | ||||
|   security.rtkit.enable = true; | ||||
|  | @ -57,4 +54,4 @@ | |||
| 
 | ||||
|     gnomeExtensions.dash-to-dock | ||||
|   ]; | ||||
| } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue