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
|
mpv
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
packages
|
packages
|
||||||
|
piper
|
||||||
rofi
|
rofi
|
||||||
spotify
|
spotify
|
||||||
steam
|
steam
|
||||||
|
Loading…
x
Reference in New Issue
Block a user