diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-15 02:01:22 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-15 02:15:05 -0400 |
| commit | 9c1cd212da6cc486d04ddf08e8b112e71d2ac398 (patch) | |
| tree | 03f0f4e0b9e7809538ab474d8b81eca7fd7a3e68 /modules/global.nix | |
| parent | b90c859942af55af9bd7a3624b20bebb286d39ae (diff) | |
| download | home-9c1cd212da6cc486d04ddf08e8b112e71d2ac398.tar.gz | |
new font
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix index b257b29..0247896 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -1,6 +1,7 @@ { config, lib, pkgs, inputs, ...}: let cfg = config.modules.global; + berkeley-mono = pkgs.callPackage ../packages/berkeley-mono.nix { inherit pkgs; }; in { imports = [ ./default.nix ]; @@ -95,6 +96,7 @@ in ripgrep lean4 dmenu + berkeley-mono ] ++ (lib.optional cfg.notNixOS nixgl.auto.nixGLDefault) ++ (lib.optionals cfg.wayland [ |