diff options
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/modules/global.nix b/modules/global.nix index 0a80fdc..eec259e 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -68,6 +68,8 @@ in }; }; + fonts.fontconfig.enable = true; + dconf = { enable = true; settings = { @@ -110,14 +112,17 @@ in ]; packages = with pkgs; [ - nerd-fonts.comic-shanns-mono eza + fanwood ripgrep elan dmenu berkeley-mono - fanwood - ] ++ (lib.optional cfg.notNixOS nixgl.auto.nixGLDefault) + tamzen + roboto + cozette + ] ++ (builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts)) + ++ (lib.optional cfg.notNixOS nixgl.auto.nixGLDefault) ++ (lib.optionals cfg.wayland [ wl-clipboard |