Compare commits

...

17 Commits

Author SHA1 Message Date
henrov 96849b3756 Trying to install mocha instead of frappe 2026-03-16 09:26:18 +00:00
henrov d2a3c8bc08 Working on GTK 2026-03-16 09:18:09 +00:00
henrov 4a8e68a0d9 Working on GTK 2026-03-16 09:16:48 +00:00
henrov e869588722 Working on GTK 2026-03-16 09:14:03 +00:00
henrov e363074f21 Working on GTK 2026-03-16 09:11:35 +00:00
henrov e70f57b9c7 Working on GTK 2026-03-16 09:10:23 +00:00
henrov 63eb0bc840 Working on GTK 2026-03-16 09:08:28 +00:00
henrov 5f2abcd658 Working on GTK 2026-03-16 08:55:10 +00:00
henrov 963a46fde9 Working on GTK 2026-03-16 08:53:04 +00:00
henrov cc97f84ce2 Working on GTK 2026-03-16 08:51:33 +00:00
henrov 1f9c73e45c Working on GTK 2026-03-16 08:51:03 +00:00
henrov 9c50a55b0a Working on GTK 2026-03-16 08:49:26 +00:00
henrov 27b6db974f Working on GTK 2026-03-16 08:47:06 +00:00
henrov 3dd6fa4843 Working on GTK 2026-03-16 08:46:43 +00:00
henrov a3428fcffe Working on GTK 2026-03-16 08:45:34 +00:00
henrov 763eb7c8dc Working on GTK 2026-03-16 08:44:20 +00:00
henrov 04848503b0 Working on GTK 2026-03-16 08:40:51 +00:00
4 changed files with 758 additions and 10 deletions
+9 -10
View File
@@ -338,6 +338,7 @@ This is the top of the machine hierarchy
./xdg.nix ./xdg.nix
./session.nix ./session.nix
./networking.nix ./networking.nix
./gtk.nix
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
]; ];
} }
@@ -1113,24 +1114,22 @@ This file sets up wayland
** =generated/out_of_tree/machines/traveldroid/gtk.nix= ** =generated/out_of_tree/machines/traveldroid/gtk.nix=
This file configures gtk This file configures gtk
#+BEGIN_SRC nix :tangle generated/system/core/gtk.nix :noweb tangle :mkdirp yes :eval never-html #+BEGIN_SRC nix :tangle generated/out_of_tree/machines/traveldroid/gtk.nix :noweb tangle :mkdirp yes :eval never-html
{ pkgs, ... }: { pkgs, ... }:
{ {
# Install the GTK theme and icon theme
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
catppuccin.gtk.mocha.standard.blue catppuccin-gtk-mocha # or inputs.catppuccin.packages.${pkgs.system}.catppuccin-gtk-mocha
papirus-icon-theme papirus-icon-theme
]; ];
programs.gtk = { # Set environment variables to enforce the theme
enable = true; environment.sessionVariables = {
gtk3.enable = true; GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
theme.name = "Catppuccin-Mocha-Standard-Blue-Dark"; GTK_ICON_THEME = "Papirus-Dark";
theme.variant = "dark"; GTK_ENABLE_DARK_MODE = "1";
iconTheme.name = "Papirus-Dark";
}; };
# Check session.nix for variables !
} }
#+END_SRC #+END_SRC
@@ -0,0 +1,16 @@
{ pkgs, ... }:
{
# Install the GTK theme and icon theme
environment.systemPackages = with pkgs; [
catppuccin-gtk # or inputs.catppuccin.packages.${pkgs.system}.catppuccin-gtk-mocha
papirus-icon-theme
];
# Set environment variables to enforce the theme
environment.sessionVariables = {
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
GTK_ICON_THEME = "Papirus-Dark";
GTK_ENABLE_DARK_MODE = "1";
};
}
@@ -18,6 +18,7 @@
./xdg.nix ./xdg.nix
./session.nix ./session.nix
./networking.nix ./networking.nix
./gtk.nix
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
]; ];
} }
+732
View File
@@ -0,0 +1,732 @@
github:catppuccin/nix/d45b5665cc638bad1b794350de02f4dd41b0bb47?narHash=sha256-47MZaFrHxNO8tVUAmtVnerXUw2WWVluBOiU9MulN/yM%3D
├───devShells
│ ├───aarch64-darwin
│ │ ├───ci omitted (use '--all-systems' to show)
│ │ └───default omitted (use '--all-systems' to show)
│ ├───aarch64-linux
│ │ ├───ci omitted (use '--all-systems' to show)
│ │ └───default omitted (use '--all-systems' to show)
│ ├───x86_64-darwin
│ │ ├───ci omitted (use '--all-systems' to show)
│ │ └───default omitted (use '--all-systems' to show)
│ └───x86_64-linux
│ ├───ci: development environment 'nix-shell'
│ └───default: development environment 'nix-shell'
├───formatter
│ ├───aarch64-darwin omitted (use '--all-systems' to show)
│ ├───aarch64-linux omitted (use '--all-systems' to show)
│ ├───x86_64-darwin omitted (use '--all-systems' to show)
│ └───x86_64-linux: package 'treefmt-with-config-2.4.1'
├───homeManagerModules: unknown
├───homeModules: unknown
├───nixosModules
│ ├───catppuccin: NixOS module
│ └───default: NixOS module
└───packages
 ├───aarch64-darwin
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 ├───aarch64-linux
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───cursors omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───kvantum omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───plymouth omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sddm omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 ├───armv6l-linux
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───cursors omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───kvantum omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───plymouth omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sddm omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 ├───armv7l-linux
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───cursors omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───kvantum omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───plymouth omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sddm omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 ├───i686-linux
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───cursors omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───kvantum omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───plymouth omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sddm omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 ├───powerpc64le-linux
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───cursors omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───kvantum omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───plymouth omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sddm omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 ├───riscv64-linux
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───cursors omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───kvantum omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───plymouth omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sddm omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 ├───x86_64-darwin
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 ├───x86_64-freebsd
 │ ├───aerc omitted (use '--all-systems' to show)
 │ ├───alacritty omitted (use '--all-systems' to show)
 │ ├───atuin omitted (use '--all-systems' to show)
 │ ├───bat omitted (use '--all-systems' to show)
 │ ├───bottom omitted (use '--all-systems' to show)
 │ ├───broot omitted (use '--all-systems' to show)
 │ ├───btop omitted (use '--all-systems' to show)
 │ ├───buildCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───catppuccinInstallHook omitted (use '--all-systems' to show)
 │ ├───catwalk omitted (use '--all-systems' to show)
 │ ├───cava omitted (use '--all-systems' to show)
 │ ├───default omitted (use '--all-systems' to show)
 │ ├───delta omitted (use '--all-systems' to show)
 │ ├───dunst omitted (use '--all-systems' to show)
 │ ├───element omitted (use '--all-systems' to show)
 │ ├───eza omitted (use '--all-systems' to show)
 │ ├───fcitx5 omitted (use '--all-systems' to show)
 │ ├───fetchCatppuccinPort omitted (use '--all-systems' to show)
 │ ├───firefox omitted (use '--all-systems' to show)
 │ ├───fish omitted (use '--all-systems' to show)
 │ ├───foot omitted (use '--all-systems' to show)
 │ ├───fuzzel omitted (use '--all-systems' to show)
 │ ├───gemini-cli omitted (use '--all-systems' to show)
 │ ├───gh-dash omitted (use '--all-systems' to show)
 │ ├───ghostty omitted (use '--all-systems' to show)
 │ ├───gitea omitted (use '--all-systems' to show)
 │ ├───gitui omitted (use '--all-systems' to show)
 │ ├───glamour omitted (use '--all-systems' to show)
 │ ├───grub omitted (use '--all-systems' to show)
 │ ├───halloy omitted (use '--all-systems' to show)
 │ ├───helix omitted (use '--all-systems' to show)
 │ ├───hyprland omitted (use '--all-systems' to show)
 │ ├───hyprlock omitted (use '--all-systems' to show)
 │ ├───imv omitted (use '--all-systems' to show)
 │ ├───k9s omitted (use '--all-systems' to show)
 │ ├───lazygit omitted (use '--all-systems' to show)
 │ ├───limine omitted (use '--all-systems' to show)
 │ ├───lsd omitted (use '--all-systems' to show)
 │ ├───mako omitted (use '--all-systems' to show)
 │ ├───mangohud omitted (use '--all-systems' to show)
 │ ├───micro omitted (use '--all-systems' to show)
 │ ├───mpv omitted (use '--all-systems' to show)
 │ ├───newsboat omitted (use '--all-systems' to show)
 │ ├───nushell omitted (use '--all-systems' to show)
 │ ├───nvim omitted (use '--all-systems' to show)
 │ ├───obs omitted (use '--all-systems' to show)
 │ ├───palette omitted (use '--all-systems' to show)
 │ ├───polybar omitted (use '--all-systems' to show)
 │ ├───qt5ct omitted (use '--all-systems' to show)
 │ ├───qutebrowser omitted (use '--all-systems' to show)
 │ ├───rio omitted (use '--all-systems' to show)
 │ ├───rofi omitted (use '--all-systems' to show)
 │ ├───sioyek omitted (use '--all-systems' to show)
 │ ├───sources omitted (use '--all-systems' to show)
 │ ├───spotify-player omitted (use '--all-systems' to show)
 │ ├───starship omitted (use '--all-systems' to show)
 │ ├───sway omitted (use '--all-systems' to show)
 │ ├───swaylock omitted (use '--all-systems' to show)
 │ ├───swaync omitted (use '--all-systems' to show)
 │ ├───television omitted (use '--all-systems' to show)
 │ ├───thunderbird omitted (use '--all-systems' to show)
 │ ├───tmux omitted (use '--all-systems' to show)
 │ ├───tofi omitted (use '--all-systems' to show)
 │ ├───vscode omitted (use '--all-systems' to show)
 │ ├───vscode-icons omitted (use '--all-systems' to show)
 │ ├───waybar omitted (use '--all-systems' to show)
 │ ├───wezterm omitted (use '--all-systems' to show)
 │ ├───whiskers omitted (use '--all-systems' to show)
 │ ├───wlogout omitted (use '--all-systems' to show)
 │ ├───xfce4-terminal omitted (use '--all-systems' to show)
 │ ├───yazi omitted (use '--all-systems' to show)
 │ ├───zathura omitted (use '--all-systems' to show)
 │ ├───zed omitted (use '--all-systems' to show)
 │ └───zsh-syntax-highlighting omitted (use '--all-systems' to show)
 └───x86_64-linux
 ├───aerc: package 'catppuccin-aerc-0'
 ├───alacritty: package 'catppuccin-alacritty-0'
 ├───atuin: package 'catppuccin-atuin-0-unstable-2026-03-02'
 ├───bat: package 'catppuccin-bat-0-unstable-2025-06-29'
 ├───bottom: package 'catppuccin-bottom-0-unstable-2025-04-18'
 ├───broot: package 'catppuccin-broot-0-unstable-2025-08-11'
 ├───btop: package 'catppuccin-btop-0-unstable-2024-09-23'