Malte Tammena
9bada411db
To prepare for an addiotional /users/modules which can be shared between users.
9 lines
80 B
Nix
9 lines
80 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
qt = {
|
|
enable = true;
|
|
platformTheme = "gtk";
|
|
};
|
|
}
|