forked from fabian/nix
		
	add xdg config
This commit is contained in:
		
							parent
							
								
									bc73e4b350
								
							
						
					
					
						commit
						3e0e6e4d5d
					
				
					 1 changed files with 11 additions and 1 deletions
				
			
		|  | @ -11,7 +11,17 @@ in { | ||||||
|     enable = mkEnableOption "Basic home settings"; |     enable = mkEnableOption "Basic home settings"; | ||||||
|   }; |   }; | ||||||
|   config = mkIf cfg.enable { |   config = mkIf cfg.enable { | ||||||
|     xdg.enable = true; |     xdg = { | ||||||
|  |       enable = true; | ||||||
|  |       mimeApps = { | ||||||
|  |         enable = true; | ||||||
|  |         defaultApplications = {}; | ||||||
|  |       }; | ||||||
|  |       portal = { | ||||||
|  |         enable = true; | ||||||
|  |         xdgOpenUsePortal = true; | ||||||
|  |       }; | ||||||
|  |     }; | ||||||
| 
 | 
 | ||||||
|     home = { |     home = { | ||||||
|       stateVersion = "24.05"; # DO NOT CHANGE |       stateVersion = "24.05"; # DO NOT CHANGE | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue