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
|
# oculante # https://nixpk.gs/pr-tracker.html?pr=502921
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
|
feedr
|
||||||
sniffnet
|
sniffnet
|
||||||
oculante
|
oculante
|
||||||
# keep-sorted start sticky_comments=no
|
# keep-sorted start sticky_comments=no
|
||||||
|
|
@ -94,6 +95,7 @@ in {
|
||||||
environment.shells = with pkgs; [nushell];
|
environment.shells = with pkgs; [nushell];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
iosevka
|
||||||
libertine
|
libertine
|
||||||
inconsolata
|
inconsolata
|
||||||
linux-libertine-g
|
linux-libertine-g
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
local wezterm = require 'wezterm';
|
|
||||||
local config = {
|
local config = {
|
||||||
font = wezterm.font 'IBM Plex Mono',
|
font = wezterm.font 'Iosevka',
|
||||||
color_scheme = 'GruvboxDarkHard',
|
color_scheme = 'GruvboxDarkHard',
|
||||||
window_decorations = "NONE",
|
window_decorations = "NONE",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue