Update font

I was using a deprecated setup.
This commit is contained in:
larstvei 2024-07-06 17:26:18 +02:00
parent 7d01494b87
commit 43b3f68afa

View File

@ -11,9 +11,7 @@
'';
};
fonts = {
fontDir.enable = false;
fonts = with pkgs; [
fonts.packages = with pkgs; [
fira
fira-code
iosevka
@ -23,7 +21,6 @@
source-code-pro
source-serif
];
};
users.users."larstvei".home = "/Users/larstvei";