feat: install inter ui font for kde
This commit is contained in:
parent
6d33bf85e3
commit
4a1475437b
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.${feature}.enable {
|
config = lib.mkIf config.${feature}.enable {
|
||||||
fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono ];
|
fonts.packages = with pkgs; [
|
||||||
|
nerd-fonts.jetbrains-mono
|
||||||
|
inter-nerdfont
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [ ];
|
imports = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue