desktop-common: Add NovaSquare font
This commit is contained in:
parent
830b733653
commit
6efffaff22
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, ...}:
|
{ config, lib, pkgs, outputs, ...}:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||||
|
noto-fonts-cjk
|
||||||
|
(outputs.packages.${pkgs.system}.google-fonts.override { fonts = [ "NovaSquare" ];})
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.nullbite = {
|
users.users.nullbite = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user