mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 03:21:40 +02:00
do some moving
This commit is contained in:
parent
9379b9c61b
commit
49298541e5
40 changed files with 13 additions and 16 deletions
20
modules/de/audio.nix
Normal file
20
modules/de/audio.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{pkgs, ...}: {
|
||||
programs = {
|
||||
noisetorch.enable = true;
|
||||
};
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
pavucontrol
|
||||
volumeicon
|
||||
playerctl
|
||||
|
||||
helvum
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue