diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-21 12:49:14 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-21 12:49:14 -0700 |
| commit | 3d6af5dc1c31d481a458ce00550b193d35648e32 (patch) | |
| tree | bc343c343ffba009d33a95dcdffd5562ff0fc3ef /nix/users/profiles/bat.nix | |
| parent | install minimal home-manager profile on the VM (diff) | |
| download | infra-3d6af5dc1c31d481a458ce00550b193d35648e32.tar.gz | |
move user configurations to top-level
Diffstat (limited to 'nix/users/profiles/bat.nix')
| -rw-r--r-- | nix/users/profiles/bat.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nix/users/profiles/bat.nix b/nix/users/profiles/bat.nix deleted file mode 100644 index fb27397..0000000 --- a/nix/users/profiles/bat.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ ... }: -{ - programs.bat = { - enable = true; - config = { - theme = "ansi"; - pager = "less -FR"; - }; - }; -} |
