From f9a2c476cbdc14e783c59086c0f66d7c326af098 Mon Sep 17 00:00:00 2001 From: duynguyen Date: Mon, 17 Aug 2026 00:57:12 +0700 Subject: [PATCH] fix: ghostty theme name, update dock pinned apps --- home/modules/ghostty/default.nix | 2 +- home/modules/niri/noctalia/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/ghostty/default.nix b/home/modules/ghostty/default.nix index 7ac188b..fae928c 100644 --- a/home/modules/ghostty/default.nix +++ b/home/modules/ghostty/default.nix @@ -6,7 +6,7 @@ font-family = "JetBrainsMono Nerd Font"; font-size = 11; - theme = "catppuccin-mocha"; + theme = "Catppuccin Mocha"; window-decoration = false; diff --git a/home/modules/niri/noctalia/default.nix b/home/modules/niri/noctalia/default.nix index 8650ccb..f663815 100644 --- a/home/modules/niri/noctalia/default.nix +++ b/home/modules/niri/noctalia/default.nix @@ -60,7 +60,7 @@ in dock = { enabled = true; # Desktop entry IDs (filename without .desktop) - pinned = [ "zen" "codium" "com.mitchellh.ghostty" "thunar" "claude" ]; + pinned = [ "zen" "codium" "ghostty" "thunar" "claude-desktop" ]; position = "bottom"; smart_auto_hide = true; icon_size = 20;