new_nix/hosts/common/optional/ckb-next.nix
2026-05-20 06:08:33 +02:00

12 lines
175 B
Nix

{pkgs, ...}:
{
hardware.ckb-next = {
enable = true;
};
environment.systemPackages = with pkgs; [
libsForQt5.qt5ct
gtk3
gsettings-desktop-schemas
];
}