Remove unused font.nix
This commit is contained in:
parent
d66c525190
commit
961b63956f
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
{pkgs, ...}:
|
|
||||||
{
|
|
||||||
fonts.fonts = with pkgs; [
|
|
||||||
font-awesome
|
|
||||||
(nerdfonts.override {
|
|
||||||
fonts = [
|
|
||||||
"FiraCode"
|
|
||||||
];
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue