Font and colors.
parent
55cf0d6b3d
commit
5b1c36ae11
|
@ -51,6 +51,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# After 23.05, this option is called `fonts.packages`.
|
||||||
|
fonts.fonts = with pkgs; [
|
||||||
|
iosevka
|
||||||
|
];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
networking.hostName = "nixos";
|
networking.hostName = "nixos";
|
||||||
|
|
|
@ -2,6 +2,8 @@ local wezterm = require('wezterm')
|
||||||
|
|
||||||
return {
|
return {
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
|
color_scheme = 'Chalk (Gogh)',
|
||||||
|
font = wezterm.font 'Iosevka',
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
key = ' ',
|
key = ' ',
|
||||||
|
|
Loading…
Reference in New Issue