Move fluidsynth service out of home.nix.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
inputs.hyprpanel.homeManagerModules.hyprpanel
|
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||||
./services/arrpc.nix
|
./services/arrpc.nix
|
||||||
|
./services/fluidsynth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
@@ -280,11 +281,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
fluidsynth = {
|
|
||||||
enable = true;
|
|
||||||
soundService = "pipewire-pulse";
|
|
||||||
};
|
|
||||||
|
|
||||||
hypridle = {
|
hypridle = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
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