mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Update font
I was using a deprecated setup.
This commit is contained in:
parent
7d01494b87
commit
43b3f68afa
@ -11,9 +11,7 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts.packages = with pkgs; [
|
||||||
fontDir.enable = false;
|
|
||||||
fonts = with pkgs; [
|
|
||||||
fira
|
fira
|
||||||
fira-code
|
fira-code
|
||||||
iosevka
|
iosevka
|
||||||
@ -23,7 +21,6 @@
|
|||||||
source-code-pro
|
source-code-pro
|
||||||
source-serif
|
source-serif
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
users.users."larstvei".home = "/Users/larstvei";
|
users.users."larstvei".home = "/Users/larstvei";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user