add piper
This commit is contained in:
parent
9110fb2ad7
commit
c8cc48d763
6
profiles/applications/piper.nix
Normal file
6
profiles/applications/piper.nix
Normal 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 ];
|
||||
};
|
||||
}
|
@ -23,6 +23,7 @@
|
||||
mpv
|
||||
ncmpcpp
|
||||
packages
|
||||
piper
|
||||
rofi
|
||||
spotify
|
||||
steam
|
||||
|
Loading…
x
Reference in New Issue
Block a user