diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-22 08:43:07 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-22 08:43:07 +0200 |
commit | 82ec53115d8bbd5fcc3c10ddba30d41c1632fa02 (patch) | |
tree | 1ed96cc780908b7db591571de5256e0fed33f62f /modules | |
parent | fix(conf/nvim/plgs/harpoon): Use upstream harpoon plugin (diff) | |
download | nixos-config-82ec53115d8bbd5fcc3c10ddba30d41c1632fa02.tar.gz nixos-config-82ec53115d8bbd5fcc3c10ddba30d41c1632fa02.zip |
fix(conf/lf/icons): Remove out-dated hidden files
`mbsync` now supports the xdg base directory standard: `~/.mbsyncrc` This is no longer configured via a config file: ~/.cups Both of them have been obsolete, since I activated the `use-xdg` flag in nix: ~/.nix-profile ~/.nix-defexpr
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/lf/colors | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/home/conf/lf/colors b/modules/home/conf/lf/colors index a93e01f9..1c2853ec 100644 --- a/modules/home/conf/lf/colors +++ b/modules/home/conf/lf/colors @@ -58,8 +58,6 @@ ex 03;01;95 # EXEC fi 00 # FILE # links to hide -~/.mbsyncrc 01;08;30 -~/.cups 01;08;30 ~/.mozilla 01;08;30 ~/.ssh 01;08;30 ~/.zshenv 01;08;30 @@ -68,10 +66,6 @@ fi 00 # FILE ~/.steam 01;08;30 ~/.steampath 01;08;30 -# nix -~/.nix-profile 01;08;30 -~/.nix-defexpr 01;08;30 - # archives or compressed (dircolors defaults) *.tar 01;31 *.tgz 01;31 |