aboutsummaryrefslogtreecommitdiff
path: root/nix/users/profiles/bat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users/profiles/bat.nix')
-rw-r--r--nix/users/profiles/bat.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/nix/users/profiles/bat.nix b/nix/users/profiles/bat.nix
deleted file mode 100644
index fb27397..0000000
--- a/nix/users/profiles/bat.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ ... }:
-{
- programs.bat = {
- enable = true;
- config = {
- theme = "ansi";
- pager = "less -FR";
- };
- };
-}