8 lines
97 B
Nix
Executable File
8 lines
97 B
Nix
Executable File
{ pkgs, lib, user, ... }:
|
|
lib.mkIf (user != "tv")
|
|
{
|
|
qt = {
|
|
platformTheme = "gtk";
|
|
};
|
|
}
|