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

4 lines
90 B
Nix
Raw Normal View History

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