From b22041a70b69809bd1d585ad71273e90dabbcc48 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Fri, 14 Jul 2023 22:03:07 +0300 Subject: [PATCH] piper install --- configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 232fb80..7029eef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -42,6 +42,7 @@ environment = { systemPackages = with pkgs; [ binutils + busybox cmatrix deno ffmpeg @@ -63,6 +64,7 @@ nodejs_20 nodePackages_latest.pnpm pinentry-qt + piper rustup slurp tealdeer @@ -125,8 +127,7 @@ }; services = { - flatpak = { - enable = true; - }; + flatpak.enable = true; + ratbagd.enable = true; }; }