Tweaks
This commit is contained in:
parent
0ec27dd717
commit
23a8a06725
|
@ -139,5 +139,6 @@
|
||||||
jq.enable = true;
|
jq.enable = true;
|
||||||
|
|
||||||
nushell.enable = true;
|
nushell.enable = true;
|
||||||
|
nushell.package = pkgs.unstable.nushell;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
bind -M default gl end-of-line
|
bind -M default gl end-of-line
|
||||||
|
|
||||||
# Set up direnv
|
# Set up direnv
|
||||||
${pkgs.direnv}/bin/direnv hook fish | source
|
# ${pkgs.direnv}/bin/direnv hook fish | source
|
||||||
|
|
||||||
# Set up tty for GPG
|
# Set up tty for GPG
|
||||||
export GPG_TTY=(tty)
|
export GPG_TTY=(tty)
|
||||||
|
|
|
@ -532,7 +532,7 @@ in
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
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;
|
font-size: ${toString cfg.fontSize}px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue