diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index f820793..f0e221d 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -178,6 +178,9 @@ python3 age # For encryption sops # For encryption too + + piper + libratbag ]; # List services that you want to enable: @@ -185,6 +188,7 @@ services.openssh.enable = true; services.flatpak.enable = true; services.netbird.enable = true; + services.ratbagd.enable = true; hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true;