diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-07 07:01:08 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-14 08:26:46 -0700 |
| commit | 2ef065c24570d7a8b017108b9c9e281886d26f18 (patch) | |
| tree | 9af7ce01d3761c4bd47c15a0d4d27c3ddd623c3b /nix/users/fcuny/shell.nix | |
| parent | Merge pull request #16 from fcuny/update_flake_lock_action (diff) | |
| download | infra-2ef065c24570d7a8b017108b9c9e281886d26f18.tar.gz | |
install bat and configure it for k9s
Diffstat (limited to 'nix/users/fcuny/shell.nix')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index f5d83e5..5d10385 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -91,6 +91,13 @@ in }; }; + programs.bat = { + enable = true; + config = { + pager = "less -FR"; + }; + }; + programs.starship = { enable = true; settings = { |
