mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Separate out fonts
And also remove all but the fonts i use for everything.
This commit is contained in:
parent
2a7580fb3c
commit
38f62cdff6
7
modules/fonts.nix
Normal file
7
modules/fonts.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs }:
|
||||||
|
with pkgs;
|
||||||
|
[
|
||||||
|
source-sans
|
||||||
|
source-code-pro
|
||||||
|
source-serif
|
||||||
|
]
|
@ -1,16 +1,7 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = import ./fonts.nix { inherit pkgs; };
|
||||||
fira
|
|
||||||
fira-code
|
|
||||||
iosevka
|
|
||||||
roboto
|
|
||||||
roboto-mono
|
|
||||||
source-sans
|
|
||||||
source-code-pro
|
|
||||||
source-serif
|
|
||||||
];
|
|
||||||
|
|
||||||
users.users."larstvei".home = "/Users/larstvei";
|
users.users."larstvei".home = "/Users/larstvei";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user