summaryrefslogtreecommitdiff
path: root/modules/gnome.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gnome.nix')
-rw-r--r--modules/gnome.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix
index 2142450..386cb94 100644
--- a/modules/gnome.nix
+++ b/modules/gnome.nix
@@ -26,8 +26,21 @@
user-themes
graphite-gtk-theme
x11-gestures
+ gsconnect
]);
+
+ # gsconnect specific
+ programs.firefox.nativeMessagingHosts.gsconnect.enable = true;
+ networking.firewall.allowedTCPPortRanges = [
+ # KDE Connect
+ { from = 1714; to = 1764; }
+ ];
+ networking.firewall.allowedUDPPortRanges = [
+ # KDE Connect
+ { from = 1714; to = 1764; }
+ ];
+
environment.gnome.excludePackages = (with pkgs; [
gnome-photos
gnome-tour