From c58549dc3385ecde4d2a671b950f2e1d45474768 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Mon, 28 Jul 2025 22:44:15 -0400 Subject: [PATCH] Add kdeconnect app --- hosts/default/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index a2d73be..41fb2c4 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -190,7 +190,8 @@ in "wolcen" = import ./home.nix; }; }; - + # Install kdeconnect (also opens firewall ports) + programs.kdeconnect.enable = true; # Install firefox. programs.firefox.enable = true;