From 77771fb43bb8faa8d3e0283a753712ee85fcae06 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Jul 2025 08:48:09 -0700 Subject: move bats to programs --- users/profiles/bat.nix | 10 ---------- users/profiles/mac.nix | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 users/profiles/bat.nix (limited to 'users/profiles') 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"; - }; - }; -} diff --git a/users/profiles/mac.nix b/users/profiles/mac.nix index 136a7b2..b95474e 100644 --- a/users/profiles/mac.nix +++ b/users/profiles/mac.nix @@ -2,7 +2,6 @@ { imports = [ ./1password.nix - ./bat.nix ./dev.nix ./emacs.nix ./fish.nix @@ -12,6 +11,7 @@ ./ssh.nix ./starship.nix "${self}/users/programs/alacritty.nix" + "${self}/users/programs/bat.nix" ]; home.packages = with pkgs; [ -- cgit v1.2.3