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