add piper

This commit is contained in:
Dmitriy Kholkin 2021-11-20 01:33:12 +03:00
parent 9110fb2ad7
commit c8cc48d763
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{ config, pkgs, lib, ... }: {
config = lib.mkIf (config.device == "AMD-Workstation") {
services.ratbagd.enable = true;
home-manager.users.alukard.home.packages = [ pkgs.piper ];
};
}

View File

@ -23,6 +23,7 @@
mpv mpv
ncmpcpp ncmpcpp
packages packages
piper
rofi rofi
spotify spotify
steam steam