home/nixos: fix kdeconnect under sway
This commit is contained in:
		
							parent
							
								
									58b2e5cce0
								
							
						
					
					
						commit
						2da7cd2ea7
					
				|  | @ -49,6 +49,7 @@ | |||
| 		gopls | ||||
| 		cargo | ||||
| 		yarn | ||||
| 		cmake | ||||
| 		pwgen | ||||
| 		gotify-cli | ||||
| 		glow | ||||
|  |  | |||
|  | @ -344,7 +344,7 @@ in | |||
| 					#{ command = "firefoxdeveloperedition"; } | ||||
| 				] ++ lib.optionals (cfg.KDEConnect) [ | ||||
| 					{ command = "/usr/lib/kdeconnectd"; } | ||||
| 					{ command = "/home/genofire/.nix-profile/libexec/kdeconnectd"; } | ||||
| 					{ command = "${pkgs.libsForQt5.kdeconnect-kde}/libexec/kdeconnectd"; } | ||||
| 					{ command = "kdeconnect-indicator"; } | ||||
| 				] ++ lib.optionals (cfg.mail) [ | ||||
| 					{ command = "thunderbird"; } | ||||
|  |  | |||
|  | @ -45,7 +45,6 @@ | |||
| 
 | ||||
| 	programs.kdeconnect = { | ||||
| 		enable = true; | ||||
| 		# openFirewall = true; - by enable | ||||
| 	}; | ||||
| 
 | ||||
| 	 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue