iosevka
This commit is contained in:
parent
4da647e040
commit
12ea2a7e7d
2 changed files with 3 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ in {
|
|||
# oculante # https://nixpk.gs/pr-tracker.html?pr=502921
|
||||
])
|
||||
++ (with pkgs; [
|
||||
feedr
|
||||
sniffnet
|
||||
oculante
|
||||
# keep-sorted start sticky_comments=no
|
||||
|
|
@ -94,6 +95,7 @@ in {
|
|||
environment.shells = with pkgs; [nushell];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
iosevka
|
||||
libertine
|
||||
inconsolata
|
||||
linux-libertine-g
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
local wezterm = require 'wezterm';
|
||||
local config = {
|
||||
font = wezterm.font 'IBM Plex Mono',
|
||||
font = wezterm.font 'Iosevka',
|
||||
color_scheme = 'GruvboxDarkHard',
|
||||
window_decorations = "NONE",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue