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:
parent
393071371b
commit
010ea7bf9d
1 changed files with 10 additions and 0 deletions
10
users/hu/packages/qt.nix
Normal file
10
users/hu/packages/qt.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
qt = {
|
||||
enable = true;
|
||||
style = {
|
||||
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue