From 32d0bd79637cdc6400798bc033c8e2149ec4c5a6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Oct 2023 00:51:15 +0530 Subject: config sync --- home.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index ac21afd..d947304 100644 --- a/home.nix +++ b/home.nix @@ -39,6 +39,11 @@ in # image/jpeg=sxiv.desktop # ''; + services.easyeffects = { + enable = true; + preset = "default"; + }; + programs.lsd = { enable = true; enableAliases = true; @@ -83,8 +88,6 @@ in #''; }; - # services.network-manager-applet.enable = true; - home.file = { ".config/xorg".source = ./config/xorg; ".config/zsh".source = ./config/zsh; @@ -93,7 +96,6 @@ in ".config/sxiv".source = ./config/sxiv; ".local/share/qutebrowser/userscripts".source = ./config/qutebrowser/userscripts; ".local/share/qutebrowser/greasemonkey".source = ./config/qutebrowser/greasemonkey; - # ".local/share/qutebrowser/sessions".source = ./private-config/qutebrowser/sessions; ".config/dunst".source = ./config/dunst; ".config/lf".source = ./config/lf; ".config/picom.conf".source = ./config/picom.conf; -- cgit v1.3.1