add some package
This commit is contained in:
parent
4320703fa5
commit
3750ae7588
7 changed files with 75 additions and 70 deletions
|
|
@ -5,17 +5,38 @@
|
|||
inputs,
|
||||
...
|
||||
}:
|
||||
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
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
custom-catppuccin-gtk
|
||||
|
||||
hyprshot
|
||||
antigravity
|
||||
prismlauncher
|
||||
protonup-qt
|
||||
protonplus
|
||||
vlc
|
||||
gimp
|
||||
libreoffice-qt-fresh
|
||||
lutris
|
||||
osu-lazer-bin
|
||||
lmstudio
|
||||
xprop
|
||||
|
||||
bluetuith
|
||||
lxqt.pavucontrol-qt
|
||||
nwg-look
|
||||
|
||||
proton-pass
|
||||
proton-authenticator
|
||||
|
|
|
|||
Reference in a new issue