diff --git a/apps/de/default.nix b/apps/de/default.nix index f431eb8..25c34e3 100644 --- a/apps/de/default.nix +++ b/apps/de/default.nix @@ -13,14 +13,14 @@ picture-uri = "file://${wallpaper}"; }; "org/cinnamon/desktop/interface" = { - font-name = "Monaspace Neon 10"; + font-name = "MonaspiceNe Nerd Font Regular 10"; }; "org/cinnamon/desktop/wm/preferences" = { - titlebar-font = "Monaspace Neon Bold 10"; + titlebar-font = "MonaspiceNe Nerd Font Bold 10"; }; "org/gnome/desktop/interface" = { - document-font-name = "Monaspace Xenon 10"; - monospace-font-name = "Monaspace Argon 10"; + document-font-name = "MonaspiceXe Nerd Font Regular 10"; + monospace-font-name = "MonaspiceAr Nerd Font Regular 10"; }; }; diff --git a/apps/gui/ghostty.nix b/apps/gui/ghostty.nix index 0a864a1..259f955 100644 --- a/apps/gui/ghostty.nix +++ b/apps/gui/ghostty.nix @@ -4,7 +4,7 @@ background-opacity = 0.9 command = nu confirm-close-surface = false - font-family = Monaspace Neon + font-family = MonaspiceNe Nerd Font theme = catppuccin-mocha term = xterm-256color ''; diff --git a/apps/gui/zed.nix b/apps/gui/zed.nix index 1b4a0f0..5ee43bd 100644 --- a/apps/gui/zed.nix +++ b/apps/gui/zed.nix @@ -14,7 +14,7 @@ in home.packages = [ zed-fhs ]; xdg.configFile = { "zed/settings.json".text = builtins.toJSON { - buffer_font_family = "Monaspace Neon"; + buffer_font_family = "MonaspiceNe Nerd Font"; buffer_font_size = 13; soft_wrap = "editor_width"; telemetry = { @@ -22,7 +22,7 @@ in metrics = false; }; terminal = { - font_family = "Monaspace Neon"; + font_family = "MonaspiceNe Nerd Font"; shell = { program = "nu"; };