desktop: unify mono font to LiterationMono Nerd Font, add alacritty dotfiles

This commit is contained in:
Fabio Scotto di Santolo
2026-05-15 22:18:31 +02:00
parent 0b3f5e4f0c
commit 1bcaaca92e
6 changed files with 10 additions and 6 deletions

View File

@@ -7,10 +7,10 @@
(load-theme 'nordic-night t))
;; Setting default font
(set-frame-font "Liberation Mono 14" nil t)
(set-frame-font "LiterationMono Nerd Font 14" nil t)
(add-to-list 'default-frame-alist
'(font . "Liberation Mono-14"))
'(font . "FantasqueSansM Nerd Font-14"))
;; Remove toolbar
(tool-bar-mode -1)