From 8fe2c17cbc87dff674bb8bf8bad2ef7dcda26a2d Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 5 Sep 2022 18:31:22 +0200 Subject: [PATCH] added kde connect --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index 6c277d9..e1d50c1 100644 --- a/common.nix +++ b/common.nix @@ -56,6 +56,8 @@ with builtins; }; programs.dconf.enable = true; + programs.kdeconnect.enable = true; + qt5.platformTheme = "qt5ct"; virtualisation.libvirtd.enable = true;