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;