add valent for kdeconnect

This commit is contained in:
Tyler Starr 2024-08-03 10:36:24 -07:00
parent 730b58283c
commit 490e4c3619

View File

@ -57,6 +57,16 @@ in {
gnome.gnome-shell-extensions # Extensions for enhancing functionality and customization in the GNOME.
];
# Valent for remote control
programs.kdeconnect = {
enable = true;
package = pkgs.valent;
};
networking.firewall = rec {
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
allowedUDPPortRanges = allowedTCPPortRanges;
};
# Enable wayland gnome
services.xserver = {
enable = true;