~ruther/nixos-config

675482c764af2afb23404a21499f79a3904babc8 — Frantisek Bohacek 1 year, 6 months ago 06e300d
feat: make dirs on ntfs readable
1 files changed, 7 insertions(+), 0 deletions(-)

M modules/programs/alacritty.nix
M modules/programs/alacritty.nix => modules/programs/alacritty.nix +7 -0
@@ 8,6 8,13 @@

{
  programs = {
    dircolors = {
      enable = true;
      settings = {
        OTHER_WRITABLE = "01;35"; # Make ntfs colors readable
      };
    };

    alacritty = {
      enable = true;
      settings = {

Do not follow this link