[PR #203] [MERGED] refactor: theme - catppuccin-mocha #207

Closed
opened 2025-12-29 04:21:58 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/203
Author: @ryan4yin
Created: 7/12/2025
Status: Merged
Merged: 7/12/2025
Merged by: @ryan4yin

Base: mainHead: catppuccin


📝 Commits (4)

  • c8a790f fix: Error installing file '.config/mako/config' outside $HOME
  • 5e311c6 fix: Error installing file '.config/mako/config' outside $HOME
  • 5f68f92 fix: zellij
  • 649e105 fix: zellij - theme

📊 Changes

23 files changed (+251 additions, -526 deletions)

View changed files

📝 flake.lock (+39 -57)
📝 flake.nix (+21 -4)
📝 home/base/core/btop.nix (+0 -8)
📝 home/base/core/core.nix (+63 -97)
📝 home/base/core/git.nix (+7 -1)
📝 home/base/core/starship.nix (+15 -23)
home/base/core/theme.nix (+15 -0)
📝 home/base/core/yazi.nix (+2 -9)
home/base/gui/terminal/alacritty/catppuccin-mocha.toml (+0 -65)
📝 home/base/gui/terminal/alacritty/default.nix (+17 -8)
📝 home/base/gui/terminal/foot.nix (+0 -41)
📝 home/base/gui/terminal/ghostty.nix (+0 -2)
📝 home/base/gui/terminal/kitty.nix (+0 -4)
📝 home/base/tui/container.nix (+6 -27)
📝 home/base/tui/editors/helix/default.nix (+5 -10)
📝 home/base/tui/editors/neovim/default.nix (+47 -41)
📝 home/base/tui/zellij/config.kdl (+0 -63)
📝 home/base/tui/zellij/default.nix (+4 -2)
home/linux/gui/base/fcitx5/classicui.conf (+0 -26)
📝 home/linux/gui/base/fcitx5/default.nix (+1 -8)

...and 3 more files

📄 Description

TODO:

  1. neovim
  2. mako
  3. waybar
  4. zellij

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ryan4yin/nix-config/pull/203 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 7/12/2025 **Status:** ✅ Merged **Merged:** 7/12/2025 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `catppuccin` --- ### 📝 Commits (4) - [`c8a790f`](https://github.com/ryan4yin/nix-config/commit/c8a790f2cfcb783ad425677ac6625a6cb3000745) fix: Error installing file '.config/mako/config' outside $HOME - [`5e311c6`](https://github.com/ryan4yin/nix-config/commit/5e311c6e424d6e15bd15bc0d937e41a34d7882c9) fix: Error installing file '.config/mako/config' outside $HOME - [`5f68f92`](https://github.com/ryan4yin/nix-config/commit/5f68f9281ff57812f595e553aa55e7b729d442b4) fix: zellij - [`649e105`](https://github.com/ryan4yin/nix-config/commit/649e10525e3cee5f866f8062255d47902e065885) fix: zellij - theme ### 📊 Changes **23 files changed** (+251 additions, -526 deletions) <details> <summary>View changed files</summary> 📝 `flake.lock` (+39 -57) 📝 `flake.nix` (+21 -4) 📝 `home/base/core/btop.nix` (+0 -8) 📝 `home/base/core/core.nix` (+63 -97) 📝 `home/base/core/git.nix` (+7 -1) 📝 `home/base/core/starship.nix` (+15 -23) ➕ `home/base/core/theme.nix` (+15 -0) 📝 `home/base/core/yazi.nix` (+2 -9) ➖ `home/base/gui/terminal/alacritty/catppuccin-mocha.toml` (+0 -65) 📝 `home/base/gui/terminal/alacritty/default.nix` (+17 -8) 📝 `home/base/gui/terminal/foot.nix` (+0 -41) 📝 `home/base/gui/terminal/ghostty.nix` (+0 -2) 📝 `home/base/gui/terminal/kitty.nix` (+0 -4) 📝 `home/base/tui/container.nix` (+6 -27) 📝 `home/base/tui/editors/helix/default.nix` (+5 -10) 📝 `home/base/tui/editors/neovim/default.nix` (+47 -41) 📝 `home/base/tui/zellij/config.kdl` (+0 -63) 📝 `home/base/tui/zellij/default.nix` (+4 -2) ➖ `home/linux/gui/base/fcitx5/classicui.conf` (+0 -26) 📝 `home/linux/gui/base/fcitx5/default.nix` (+1 -8) _...and 3 more files_ </details> ### 📄 Description TODO: 1. neovim 2. mako 3. waybar 4. zellij --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:21:58 +01:00
adam closed this issue 2025-12-29 04:21:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config-ryan4yin#207