Add fonts to desktop-common.nix
This commit is contained in:
parent
886cc1fd97
commit
eddb629faa
@ -22,6 +22,11 @@
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerdfonts
|
||||
fira-code-nerdfont
|
||||
];
|
||||
|
||||
users.users.nullbite = {
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
|
Loading…
x
Reference in New Issue
Block a user