Revert "workmac: bat theming workaround can be removed after upgrading iTerm"
This reverts commit 23cc9c7f80
.
This commit is contained in:
parent
8000c42896
commit
0a4a26f94e
|
@ -27,6 +27,9 @@ in
|
||||||
# also TODO: color schemes nix-darwin
|
# also TODO: color schemes nix-darwin
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# pinning theme is necessary until iTerm 3.5, because despite the dark terminal background, bat detects light mode and adapts theme
|
||||||
|
programs.bat.config.theme = "Visual Studio Dark+";
|
||||||
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# ssh host config
|
# ssh host config
|
||||||
|
|
Loading…
Reference in a new issue