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,19 +11,16 @@
|
||||
'';
|
||||
};
|
||||
|
||||
fonts = {
|
||||
fontDir.enable = false;
|
||||
fonts = with pkgs; [
|
||||
fira
|
||||
fira-code
|
||||
iosevka
|
||||
roboto
|
||||
roboto-mono
|
||||
source-sans
|
||||
source-code-pro
|
||||
source-serif
|
||||
];
|
||||
};
|
||||
fonts.packages = with pkgs; [
|
||||
fira
|
||||
fira-code
|
||||
iosevka
|
||||
roboto
|
||||
roboto-mono
|
||||
source-sans
|
||||
source-code-pro
|
||||
source-serif
|
||||
];
|
||||
|
||||
users.users."larstvei".home = "/Users/larstvei";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user