diff --git a/roles/common/programs/bat.nix b/roles/common/programs/bat.nix new file mode 100644 index 0000000..dd8020b --- /dev/null +++ b/roles/common/programs/bat.nix @@ -0,0 +1,9 @@ +{ config, ... }: + +{ + home-manager = { + users.toast.programs.bat = { + enable = true; + }; + }; +} diff --git a/roles/common/programs/default.nix b/roles/common/programs/default.nix index 53af6f3..0cf10fd 100755 --- a/roles/common/programs/default.nix +++ b/roles/common/programs/default.nix @@ -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