fonts: use newer fonts.packages key
This commit is contained in:
parent
592284985d
commit
ebadf01e1f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ in
|
||||||
(import ./dropfile.script.nix)
|
(import ./dropfile.script.nix)
|
||||||
(import ./nixos-edit.script.nix)
|
(import ./nixos-edit.script.nix)
|
||||||
];
|
];
|
||||||
fonts.fonts = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
twemoji-color-font
|
twemoji-color-font
|
||||||
fira-code
|
fira-code
|
||||||
monocraft
|
monocraft
|
||||||
|
|
Loading…
Add table
Reference in a new issue