nixos-config/modules/system/plasma-nur/default.nix

4 lines
94 B
Nix
Raw Normal View History

2024-10-12 13:20:35 +02:00
({ config, ... }: {
2024-10-12 13:28:22 +02:00
environment.systemPackages = [ config.nur.repos.shadowrz.klassy-qt6 ];
2024-10-12 13:20:35 +02:00
})