mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
change font
This commit is contained in:
parent
fa58972999
commit
07fd6ab252
|
@ -29,7 +29,7 @@
|
||||||
browser = "librewolf"; # Default browser; must select one from ./user/app/browser/
|
browser = "librewolf"; # Default browser; must select one from ./user/app/browser/
|
||||||
defaultRoamDir = "Personal.p"; # Default org roam directory relative to ~/Org
|
defaultRoamDir = "Personal.p"; # Default org roam directory relative to ~/Org
|
||||||
term = "alacritty"; # Default terminal command;
|
term = "alacritty"; # Default terminal command;
|
||||||
font = "Intel One Mono"; # Selected font
|
font = "JetBrainsMono Nerd Font Mono"; # Selected font
|
||||||
fontPkg = pkgs.intel-one-mono; # Font package
|
fontPkg = pkgs.intel-one-mono; # Font package
|
||||||
editor = "nvim"; # Default editor;
|
editor = "nvim"; # Default editor;
|
||||||
# editor spawning translator
|
# editor spawning translator
|
||||||
|
|
Loading…
Reference in a new issue