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,
|
||||
lib,
|
||||
pkgs,
|
||||
nixosVista,
|
||||
...
|
||||
}: {
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
noto-fonts
|
||||
];
|
||||
}: let
|
||||
root = nixosVista;
|
||||
in {
|
||||
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