add bufferline nvim plugin
change alacritty font to nerdfont patched Hack
This commit is contained in:
parent
20a47f6756
commit
a930277e2b
4 changed files with 35 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
strawberry
|
||||
gimp
|
||||
libreoffice
|
||||
(pkgs.nerdfonts.override { fonts = [ "Hack" ]; })
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -50,4 +51,6 @@
|
|||
identityPaths = [ "/home/pim/.ssh/age_ed25519" ];
|
||||
installationType = "systemd";
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue