1
Fork 0

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.
This commit is contained in:
caem 2024-05-30 19:47:33 +02:00
parent 393071371b
commit 010ea7bf9d
Signed by: caem
GPG key ID: 69A830D03203405F

10
users/hu/packages/qt.nix Normal file
View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
qt = {
enable = true;
style = {
};
};
}