This commit is contained in:
Natsu Kagami 2023-04-18 23:26:31 +02:00
parent 0ec27dd717
commit 23a8a06725
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 3 additions and 2 deletions

View file

@ -139,5 +139,6 @@
jq.enable = true;
nushell.enable = true;
nushell.package = pkgs.unstable.nushell;
};
}

View file

@ -138,7 +138,7 @@
bind -M default gl end-of-line
# Set up direnv
${pkgs.direnv}/bin/direnv hook fish | source
# ${pkgs.direnv}/bin/direnv hook fish | source
# Set up tty for GPG
export GPG_TTY=(tty)

View file

@ -532,7 +532,7 @@ in
* {
border: none;
border-radius: 0;
font-family: IBM Plex Mono,'Font Awesome 5', 'SFNS Display', Helvetica, Arial, sans-serif;
font-family: IBM Plex Mono, 'Font Awesome 5', 'Symbols Nerd Font Mono', 'SFNS Display', Helvetica, Arial, sans-serif;
font-size: ${toString cfg.fontSize}px;
min-height: 0;
}