Enable default fonts
This commit is contained in:
parent
96c2fddfa9
commit
6ceaec3e19
2 changed files with 1 additions and 2 deletions
|
|
@ -32,7 +32,6 @@
|
|||
config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (pkgs.lib.getName pkg) [
|
||||
"corefonts"
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ in
|
|||
config = lib.mkIf config.modules.desktop.wm.enable {
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
corefonts # Microsoft free fonts
|
||||
noto-fonts-color-emoji
|
||||
meslo-lg
|
||||
pkgs.nerd-fonts.meslo-lg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue