5 changed files with 21 additions and 3 deletions
@ -0,0 +1 @@ |
|||
2jkljkl |
|||
@ -0,0 +1,8 @@ |
|||
{ config, pkgs, ... }: |
|||
|
|||
{ |
|||
programs.bat = { |
|||
enable = true; |
|||
config.theme = "base16"; |
|||
}; |
|||
} |
|||
Loading…
Reference in new issue