Shift home config to enable by desktop, work out more details later
This commit is contained in:
parent
d873588c59
commit
77168ba9c7
37 changed files with 120 additions and 127 deletions
|
@ -1,11 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
preset = "headphones";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".config/easyeffects/output/headphones.json".source = ./headphones.json;
|
||||
config = lib.mkIf config.home.desktop.enable {
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
preset = "headphones";
|
||||
};
|
||||
home.file = {
|
||||
".config/easyeffects/output/headphones.json".source = ./headphones.json;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue