non important commit
This commit is contained in:
parent
40bc093542
commit
2d29007b85
1 changed files with 4 additions and 2 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
|
home.packages = [pkgs.nerd-fonts.jetbrains-mono];
|
||||||
|
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
font = "monospace:size=10";
|
font = "JetBrainsMono Nerd Font:size=10";
|
||||||
};
|
};
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue