home: add systemd module
This commit is contained in:
		
							parent
							
								
									d1ba6fb468
								
							
						
					
					
						commit
						ee40d63c3b
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		|  | @ -5,7 +5,7 @@ | |||
|    | ||||
|   nixpkgs.overlays = [ self.overlay ]; | ||||
| 
 | ||||
|   imports = [ ./steam ./desktop ]; | ||||
|   imports = [ ./desktop ./steam ./systemd ]; | ||||
| 
 | ||||
|   home = { | ||||
|     stateVersion = "21.11"; # No tocar esto | ||||
|  |  | |||
							
								
								
									
										2
									
								
								home/systemd/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								home/systemd/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,2 @@ | |||
| { lib, pkgs, ... }: | ||||
| with lib; {} | ||||
		Reference in a new issue
	
	 Fabián Montero
						Fabián Montero