add some package

This commit is contained in:
Asaki Yuki 2026-04-12 19:02:41 +07:00
parent 4320703fa5
commit 3750ae7588
7 changed files with 75 additions and 70 deletions

View file

@ -4,25 +4,10 @@
config,
...
}:
let
custom-catppuccin-gtk = pkgs.catppuccin-gtk.override {
variant = "mocha";
accents = [ "sapphire" ];
size = "compact";
};
custom-catppuccin-kde = (pkgs.catppuccin-kde.override {
flavour = [ "mocha" ];
accents = [ "sapphire" ];
});
in
{
environment.systemPackages =
with pkgs;
[
custom-catppuccin-gtk
papirus-icon-theme
[
git
vim
wget
@ -34,16 +19,16 @@ in
brightnessctl
php
ntfs3g
zip
unzip
wine
wine64
winetricks
protontricks
quickshell
bluetuith
lxqt.pavucontrol-qt
nwg-look
papirus-icon-theme
]
++ (
with pkgs;