switch sddm for greetd
This commit is contained in:
		
							parent
							
								
									817ad98de6
								
							
						
					
					
						commit
						767922cdd0
					
				
					 5 changed files with 41 additions and 21 deletions
				
			
		|  | @ -9,10 +9,15 @@ | |||
| let | ||||
|   cfg = config.${namespace}.graphical-interface.desktop-manager.addons.rofi; | ||||
| 
 | ||||
|   inherit (lib) mkIf mkEnableOption mkOption types; | ||||
|   inherit (lib) | ||||
|     mkIf | ||||
|     mkEnableOption | ||||
|     mkOption | ||||
|     types | ||||
|     ; | ||||
| in | ||||
| { | ||||
|     options.${namespace}.graphical-interface.desktop-manager.addons.rofi = { | ||||
|   options.${namespace}.graphical-interface.desktop-manager.addons.rofi = { | ||||
|     enable = mkEnableOption "Rofi"; | ||||
|     package = mkOption { | ||||
|       type = types.package; | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ in | |||
|   config = mkIf cfg.enable { | ||||
|     environment.systemPackages = [ cfg.package ]; | ||||
| 
 | ||||
| 
 | ||||
|     wyrdgard.home.file = { | ||||
|       ".config/waybar/config".source = ./config; | ||||
|       ".config/waybar/style.css".source = ./style.css; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue