From eb5eaad4748fd342dd22dedcd73c1a24f7a03dba Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 12 Jul 2024 00:27:08 -0700 Subject: [PATCH] feat: add easyeffects daemon --- configuration.nix | 2 ++ home.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index 6aa6971..385c03f 100755 --- a/configuration.nix +++ b/configuration.nix @@ -138,6 +138,8 @@ enableSSHSupport = true; }; + programs.dconf.enable = true; + # List services that you want to enable: # Enable the OpenSSH daemon. diff --git a/home.nix b/home.nix index 142e1a0..af42e54 100755 --- a/home.nix +++ b/home.nix @@ -129,6 +129,10 @@ }; }; + services.easyeffects = { + enable = true; + }; + programs.fzf = { enable = true; catppuccin.enable = true;