aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-10-15 00:51:15 +0530
committerAkshay Nair <phenax5@gmail.com>2023-10-15 00:51:15 +0530
commit32d0bd79637cdc6400798bc033c8e2149ec4c5a6 (patch)
treedf6f25cb31bb2b93a1af5104b613c96013b823b9 /home.nix
parent4eb5f01f1f7a11527be56bd8a8afecd31d640b15 (diff)
downloadnixos-config-32d0bd79637cdc6400798bc033c8e2149ec4c5a6.tar.gz
nixos-config-32d0bd79637cdc6400798bc033c8e2149ec4c5a6.zip
config sync
Diffstat (limited to '')
-rw-r--r--home.nix8
1 files changed, 5 insertions, 3 deletions
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;