initial commit
This commit is contained in:
16
home/ta/common/optional/desktops/fonts.nix
Normal file
16
home/ta/common/optional/desktops/fonts.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
# TODO add ttf-font-awesome or font-awesome for waybar
|
||||
fontProfiles = {
|
||||
enable = true;
|
||||
monospace = {
|
||||
family = "FiraCode Nerd Font";
|
||||
package = pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; };
|
||||
};
|
||||
regular = {
|
||||
family = "Fira Sans";
|
||||
package = pkgs.fira;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user