system: install font-awesome

This commit is contained in:
NullBite 2024-06-28 23:36:23 -04:00
parent 426d72e0f6
commit 147af92a85
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -13,7 +13,7 @@ in
# ];
options.nixfiles.common.desktop = {
enable = mkEnableOption "common desktop options";
enable = mkEnableOption "common desktop configuration";
};
config = mkIf cfg.enable {
@ -50,6 +50,7 @@ in
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
font-awesome
noto-fonts-cjk
(google-fonts.override { fonts = [ "NovaSquare" ];})
];