caem
010ea7bf9d
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.
10 lines
81 B
Nix
10 lines
81 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
qt = {
|
|
enable = true;
|
|
style = {
|
|
|
|
};
|
|
};
|
|
}
|