aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-18 09:49:29 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-18 09:49:29 -0800
commit59904ce2976b15c433e4bbdf9888cb48f6542e8a (patch)
tree628f13e34859659d20384947bb91ebd07fb4a540 /hosts
parentgammastep: use lat/long from locale (diff)
downloadinfra-59904ce2976b15c433e4bbdf9888cb48f6542e8a.tar.gz
fonts: rename some options
`fontconfig.ultimate` does not exists anymore, and `enableFontDir` has been renamed to `fontDir.enable`.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/desktop/fonts.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/common/desktop/fonts.nix b/hosts/common/desktop/fonts.nix
index 1148f2d..8f8a554 100644
--- a/hosts/common/desktop/fonts.nix
+++ b/hosts/common/desktop/fonts.nix
@@ -2,10 +2,9 @@
{
fonts = {
- enableFontDir = true;
enableDefaultFonts = true;
+ fontDir.enable = true;
fontconfig.enable = true;
- fontconfig.ultimate.enable = true;
fonts = with pkgs; [
dejavu_fonts
noto-fonts