From c20420e1592af9393f305278d460939db902c0d8 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 10 Sep 2022 12:18:11 +0200 Subject: [PATCH] added corectrl --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index c5a406c..93a56c7 100644 --- a/common.nix +++ b/common.nix @@ -58,6 +58,8 @@ with builtins; programs.kdeconnect.enable = true; + programs.corectrl.enable = true; + qt5.platformTheme = "qt5ct"; virtualisation.libvirtd.enable = true;