Compare commits

...

3 Commits

Author SHA1 Message Date
64ddaff66a add klassy qt6
Some checks are pending
Flake.lock / build (push) Waiting to run
2024-10-12 13:28:22 +02:00
a06a805696 add klassy 2024-10-12 13:22:53 +02:00
997b451d2a add plasma nur 2024-10-12 13:20:35 +02:00
2 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,7 @@
./modules/system/apps-misc
./modules/system/browser
./modules/system/plasma
./modules/system/plasma-nur
];
displaySystemModules = [
./modules/system/sddm

View File

@ -0,0 +1,3 @@
({ config, ... }: {
environment.systemPackages = [ config.nur.repos.shadowrz.klassy-qt6 ];
})