piper install

This commit is contained in:
Ivan Dimitrov 2023-07-14 22:03:07 +03:00
parent 8cbf9377d0
commit b22041a70b

View File

@ -42,6 +42,7 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
binutils binutils
busybox
cmatrix cmatrix
deno deno
ffmpeg ffmpeg
@ -63,6 +64,7 @@
nodejs_20 nodejs_20
nodePackages_latest.pnpm nodePackages_latest.pnpm
pinentry-qt pinentry-qt
piper
rustup rustup
slurp slurp
tealdeer tealdeer
@ -125,8 +127,7 @@
}; };
services = { services = {
flatpak = { flatpak.enable = true;
enable = true; ratbagd.enable = true;
};
}; };
} }