nixos-config/modules/home/qt.nix

8 lines
53 B
Nix

{
pkgs,
config,
...
}: {
qt.enable = true;
}