add some packages

This commit is contained in:
Asaki Yuki 2026-04-11 07:51:04 +07:00
parent 96d189677e
commit ea137327c9
3 changed files with 46 additions and 4 deletions

View file

@ -2,6 +2,7 @@
pkgs,
lib,
osconfig,
inputs,
...
}:
{
@ -14,7 +15,12 @@
gimp
libreoffice-qt-fresh
lutris
osu-lazer-bin
proton-pass
proton-authenticator
inputs.hytale-launcher.packages.${pkgs.system}.default
(lib.mkIf osconfig.device.programs.cider-2.enable cider-2)
];
}