From 0c42c301406fac918ae936a35ea410917e74d3b9 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Thu, 16 May 2024 12:06:47 -0400 Subject: [PATCH] Trying To Add libratbag --- hosts/kim/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;