Bat: configure using home-manager

This commit is contained in:
Toast 2023-10-23 13:27:57 +02:00
parent 10fc83b906
commit 4f5a944834
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ config, ... }:
{
home-manager = {
users.toast.programs.bat = {
enable = true;
};
};
}

View file

@ -11,10 +11,12 @@
./bash.nix
./git.nix
./starship.nix
,/bat.nix
];
# Some programs dont have a programs.*.enable option, so I install their package here
environment.systemPackages = with pkgs; [
speedtest-cli
# Bat has a home manager module, but I want it to be available system wide
bat
file
nvd