font.nix syntax fix
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
{ pkgs, ... }:
|
{
|
||||||
|
pkgs,
|
||||||
|
# pkgs-unstable,
|
||||||
|
rice,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
@@ -10,6 +15,6 @@
|
|||||||
] ++ (with rice.font; [
|
] ++ (with rice.font; [
|
||||||
base.package
|
base.package
|
||||||
code.package
|
code.package
|
||||||
]) ++ (with pkgs-unstable; [
|
# ]) ++ (with pkgs-unstable; [
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user