add desktop platform
This commit is contained in:
		
							parent
							
								
									a598918c63
								
							
						
					
					
						commit
						106bc1348d
					
				
					 26 changed files with 2602 additions and 13 deletions
				
			
		
							
								
								
									
										20
									
								
								home/platforms/fabian@posixlycorrect/gui/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								home/platforms/fabian@posixlycorrect/gui/default.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
{
 | 
			
		||||
  config,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  lib,
 | 
			
		||||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ./autorandr.nix
 | 
			
		||||
    ./fonts.nix
 | 
			
		||||
    ./i3.nix
 | 
			
		||||
    ./polybar.nix
 | 
			
		||||
    ./startx.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  services = {
 | 
			
		||||
    picom.enable = true;
 | 
			
		||||
    dunst.enable = true;
 | 
			
		||||
    betterlockscreen.enable = true;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue