Fix fonts
This commit is contained in:
parent
4953bc3e75
commit
d420733f1a
@ -32,6 +32,8 @@
|
|||||||
# MacOS specific packages
|
# MacOS specific packages
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fonts.packages = import ../shared/fonts.nix { inherit pkgs; };
|
||||||
|
|
||||||
# Setup MacOS specific services
|
# Setup MacOS specific services
|
||||||
services = {
|
services = {
|
||||||
aerospace = {
|
aerospace = {
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
gitAndTools.gitFull
|
gitAndTools.gitFull
|
||||||
]);
|
]);
|
||||||
|
|
||||||
system.stateVersion = "21.05"; # Don't change this
|
fonts.packages = import ../shared/fonts.nix { inherit pkgs; };
|
||||||
|
|
||||||
|
system.stateVersion = "21.05";
|
||||||
}
|
}
|
||||||
|
6
shared/fonts.nix
Normal file
6
shared/fonts.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs }:
|
||||||
|
with pkgs; [
|
||||||
|
ibm-plex
|
||||||
|
atkinson-hyperlegible
|
||||||
|
(nerdfonts.override { fonts = [ "Go-Mono" ]; })
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user