diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-30 00:06:14 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-30 00:06:14 -0800 |
commit | 249df96caf018b20ff246f4e145ecbb70b5b3b8b (patch) | |
tree | 64b86c53fe10e57c6ccb42e9b636fde0c99103e3 | |
parent | 7275b1e3c4b0b6a8fd51c0ec985c0d331a43d994 (diff) | |
download | nix-249df96caf018b20ff246f4e145ecbb70b5b3b8b.tar nix-249df96caf018b20ff246f4e145ecbb70b5b3b8b.tar.gz nix-249df96caf018b20ff246f4e145ecbb70b5b3b8b.tar.bz2 nix-249df96caf018b20ff246f4e145ecbb70b5b3b8b.tar.lz nix-249df96caf018b20ff246f4e145ecbb70b5b3b8b.tar.xz nix-249df96caf018b20ff246f4e145ecbb70b5b3b8b.tar.zst nix-249df96caf018b20ff246f4e145ecbb70b5b3b8b.zip |
Fix syntax
-rw-r--r-- | home/nipsy/common/optional/desktops/fonts.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/nipsy/common/optional/desktops/fonts.nix b/home/nipsy/common/optional/desktops/fonts.nix index 6d26cf5..f2b862d 100644 --- a/home/nipsy/common/optional/desktops/fonts.nix +++ b/home/nipsy/common/optional/desktops/fonts.nix @@ -2,8 +2,8 @@ { fonts.fontconfig.enable = true; home.packages = [ - #pkgs.nerd-fonts.0xproto - pkgs.nerd-fonts.3270 + pkgs.nerd-fonts._0xproto + pkgs.nerd-fonts._3270 pkgs.nerd-fonts.agave pkgs.nerd-fonts.anonymice pkgs.nerd-fonts.arimo |