From 675482c764af2afb23404a21499f79a3904babc8 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek <rutherther@proton.me> Date: Sun, 24 Sep 2023 09:05:43 +0200 Subject: [PATCH] feat: make dirs on ntfs readable --- modules/programs/alacritty.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/programs/alacritty.nix b/modules/programs/alacritty.nix index 3e1aed4..7ed421d 100644 --- a/modules/programs/alacritty.nix +++ b/modules/programs/alacritty.nix @@ -8,6 +8,13 @@ { programs = { + dircolors = { + enable = true; + settings = { + OTHER_WRITABLE = "01;35"; # Make ntfs colors readable + }; + }; + alacritty = { enable = true; settings = { -- 2.48.1