add pipewire
This commit is contained in:
parent
13afbab725
commit
64b34cea17
2 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./services/sway.nix
|
||||
./services/pipewire.nix
|
||||
];
|
||||
fonts.fonts = with pkgs; [
|
||||
noto-fonts
|
||||
|
|
12
config/services/pipewire.nix
Normal file
12
config/services/pipewire.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }: {
|
||||
service.pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
alsa.enable = true;
|
||||
};
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue