Skip to content

Commit

Permalink
Fix vt font?
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 22, 2023
1 parent 0d2006f commit 247be05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ~/.bashrc
#

if [ $TERM = "linux" ]; then
setfont ter-116n
fi

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

Expand Down
2 changes: 1 addition & 1 deletion system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
console = {
earlySetup = true;
useXkbConfig = true;
font = "Lat2-Terminus16";
font = "${pkgs.terminus_font}/share/consolefonts/ter-116n.psf.gz";
packages = with pkgs; [ terminus_font ];
colors = [
"11111E" # Black
Expand Down

0 comments on commit 247be05

Please sign in to comment.