meta: Prefer home-manager module over env for bat

This works now that stylix switched to using the configuration file
instead of the environment variable.
This commit is contained in:
Donovan Glover
2024-08-24 12:23:32 -04:00
parent aac5e7f999
commit c00ebbd691
3 changed files with 11 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
{ pkgs, ... }:
{
programs.bat.enable = true;
editorconfig = {
enable = true;