7 lines
106 B
Nix
7 lines
106 B
Nix
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
|
|
|
|
{
|
|
qt = {
|
|
platformTheme = "gtk";
|
|
};
|
|
} |