diff options
author | Adrian Kummerlaender | 2023-06-05 16:27:19 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2023-06-05 16:27:19 +0200 |
commit | ab6119eda840aa0e389e52faccc71ec6f662ecef (patch) | |
tree | 918f11c4abb7c821017864a6f6af179c3e3ae63d /gui/conf | |
parent | 1a73a1dc65d6a22b238c4b3baedaac20da17c5a4 (diff) | |
download | nixos_home-ab6119eda840aa0e389e52faccc71ec6f662ecef.tar nixos_home-ab6119eda840aa0e389e52faccc71ec6f662ecef.tar.gz nixos_home-ab6119eda840aa0e389e52faccc71ec6f662ecef.tar.bz2 nixos_home-ab6119eda840aa0e389e52faccc71ec6f662ecef.tar.lz nixos_home-ab6119eda840aa0e389e52faccc71ec6f662ecef.tar.xz nixos_home-ab6119eda840aa0e389e52faccc71ec6f662ecef.tar.zst nixos_home-ab6119eda840aa0e389e52faccc71ec6f662ecef.zip |
Update
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/init.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index dbff3d5..e77759f 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -165,10 +165,8 @@ (setq dired-listing-switches "-Bahl --group-directories-first") -(use-package all-the-icons-dired - :ensure t - :config - (add-hook 'dired-mode-hook 'all-the-icons-dired-mode)) +(use-package nerd-icons + :ensure t) (use-package dired-subtree :ensure t |