diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-09-07 21:04:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-09-07 21:33:22 +0530 |
commit | 57df1763fba019574ca4d9ed9aba24c005abe84b (patch) | |
tree | 4ab2a8359e301c86e35eeea1df7d0c660c165901 /home/common/modules/nnn.nix | |
parent | 1895ad075c98ab01627d033c985fc4954a525dad (diff) |
Diffstat (limited to 'home/common/modules/nnn.nix')
-rw-r--r-- | home/common/modules/nnn.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home/common/modules/nnn.nix b/home/common/modules/nnn.nix deleted file mode 100644 index fd2046f..0000000 --- a/home/common/modules/nnn.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs, ... }: -{ - programs.nnn = { - enable = true; - package = pkgs.nnn.override { withNerdIcons = true; }; - }; -} |