diff options
| author | Fuwn <[email protected]> | 2024-09-19 16:51:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-19 16:51:15 -0700 |
| commit | 572b280c9735e8aedab3ae13f254feadb991858e (patch) | |
| tree | 9d75d43879bfcb9639a9eed38d11d131b56e07c9 | |
| parent | flake: pin and follow inputs (diff) | |
| download | nixos-config-572b280c9735e8aedab3ae13f254feadb991858e.tar.xz nixos-config-572b280c9735e8aedab3ae13f254feadb991858e.zip | |
fonts: add meslolgs nf
| -rw-r--r-- | home/ebisu/fortune/system/fonts/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/ebisu/fortune/system/fonts/default.nix b/home/ebisu/fortune/system/fonts/default.nix index 2cbe779..b75c161 100644 --- a/home/ebisu/fortune/system/fonts/default.nix +++ b/home/ebisu/fortune/system/fonts/default.nix @@ -56,6 +56,7 @@ (pkgs.callPackage ../../../../../pkgs/hiragino-sans { }) weather-icons material-design-icons + meslo-lgs-nf ]; nixpkgs.config.joypixels.acceptLicense = true; |