20.05.2026

This commit is contained in:
LunarAkai 2026-05-20 06:08:33 +02:00
commit ee71f3e4fe
7 changed files with 59 additions and 16 deletions

View file

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