aboutsummaryrefslogtreecommitdiff
path: root/users/profiles/bat.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-25 08:48:09 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-25 08:48:09 -0700
commit77771fb43bb8faa8d3e0283a753712ee85fcae06 (patch)
tree749bafe024e65fa10ad1d3a45cf8ec838d692117 /users/profiles/bat.nix
parentadd a module for backups (diff)
downloadinfra-77771fb43bb8faa8d3e0283a753712ee85fcae06.tar.gz
move bats to programs
Diffstat (limited to 'users/profiles/bat.nix')
-rw-r--r--users/profiles/bat.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/users/profiles/bat.nix b/users/profiles/bat.nix
deleted file mode 100644
index fb27397..0000000
--- a/users/profiles/bat.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ ... }:
-{
- programs.bat = {
- enable = true;
- config = {
- theme = "ansi";
- pager = "less -FR";
- };
- };
-}