mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
system/fonts: rename fonts to packages
This commit is contained in:
parent
9d6d14c393
commit
35be4c867b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
||||||
monospace = [ "Ubuntu Mono" ];
|
monospace = [ "Ubuntu Mono" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = with pkgs; [
|
packages = with pkgs; [
|
||||||
cantarell-fonts # gnome default
|
cantarell-fonts # gnome default
|
||||||
fira
|
fira
|
||||||
fira-code # coding
|
fira-code # coding
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue