diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:54:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:54:51 +0530 |
| commit | 5fc036f8de3c55bea6a5853bdd35ca65f168a48e (patch) | |
| tree | 1d6fde0daed47dcdef4788545d981b07e7cb5a82 /configuration.nix | |
| parent | 6e7472e2de4addc7628e3055f1754382d46cd45d (diff) | |
| download | nixos-config-5fc036f8de3c55bea6a5853bdd35ca65f168a48e.tar.gz nixos-config-5fc036f8de3c55bea6a5853bdd35ca65f168a48e.zip | |
Add easyeffects to autostart
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 = { |
