mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-29 10:05:29 -05:00
home: add music (fluidsynth) feature
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
./features/rgb
|
||||
./features/trusted
|
||||
./features/games
|
||||
./features/music
|
||||
];
|
||||
|
||||
wallpaper = (import ./wallpapers).aenami-bright-planet;
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ alsa-utils ];
|
||||
services.fluidsynth = {
|
||||
enable = true;
|
||||
soundService = "pipewire-pulse";
|
||||
extraOptions = [
|
||||
"-g 2"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user