fix: fonts
This commit is contained in:
parent
5596cdc23a
commit
075a10c193
1 changed files with 10 additions and 5 deletions
|
|
@ -2,10 +2,15 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
nixosVista,
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
fonts.packages = with pkgs; [
|
root = nixosVista;
|
||||||
nerd-fonts.jetbrains-mono
|
in {
|
||||||
noto-fonts
|
config = lib.mkIf root.enable {
|
||||||
];
|
fonts.packages = with pkgs; [
|
||||||
|
nerd-fonts.jetbrains-mono
|
||||||
|
noto-fonts
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue