1
Fork 0
nixos-system-config/users/hu/packages/qt.nix
caem 010ea7bf9d
Add shell for styling qt in the future
Still have to find a good gruvbox theme in Nixpkgs that I could use,
or a way to use a them that is not present in Nixpkgs.
2024-05-30 19:47:33 +02:00

10 lines
81 B
Nix

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