add(fonts): modular fonts
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
myConfig,
|
||||
...
|
||||
}: let
|
||||
cacheWallpaper = "${config.home.homeDirectory}/.cache/current_wallpaper";
|
||||
clockFont = "JetBrains Mono";
|
||||
clockFont = myConfig.font.monospace;
|
||||
in {
|
||||
imports = [
|
||||
./scripts/typewriter.nix
|
||||
|
||||
Reference in New Issue
Block a user