system/hm/pkgs/theme-packages.nix

25 lines
508 B
Nix
Raw Permalink Normal View History

2024-11-01 12:04:24 -04:00
{ pkgs, unstablePkgs, ... }:
with pkgs;
[
# (unstablePkgs.catppuccin-kvantum.override {
(catppuccin-kvantum.override {
2024-11-29 18:31:17 -05:00
accent = "blue";
variant = "macchiato";
2024-11-01 12:04:24 -04:00
})
# qt5.qtwayland
2025-04-16 13:59:06 -04:00
kdePackages.qtwayland kdePackages.qtsvg
kdePackages.qt6ct
kdePackages.qtstyleplugin-kvantum
# libsForQt5.qtstyleplugin-kvantum
# libsForQt5.qt5ct
2024-11-01 12:04:24 -04:00
base16-schemes base16-shell-preview
papirus-folders
themechanger
nordzy-icon-theme nordzy-cursor-theme
# hyprcursor nordzy-icon-theme
nordic
2024-11-29 18:31:17 -05:00
]