diff options
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index ed8faf8..7c14db0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -43,6 +43,8 @@ hardware.bluetooth.enable = false; services.blueman.enable = false; + programs.kdeconnect.enable = true; + # Enable sound. security.rtkit.enable = true; services.pipewire = { |
