Move fluidsynth service out of home.nix.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
imports = [
|
||||
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||
./services/arrpc.nix
|
||||
./services/fluidsynth.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -280,11 +281,6 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
fluidsynth = {
|
||||
enable = true;
|
||||
soundService = "pipewire-pulse";
|
||||
};
|
||||
|
||||
hypridle = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
6
nodes/hosts/common/home/jay/services/fluidsynth.nix
Normal file
6
nodes/hosts/common/home/jay/services/fluidsynth.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ...}: {
|
||||
services.fluidsynth = {
|
||||
enable = true;
|
||||
soundService = "pipewire-pulse";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user