Files
dotfiles/home-modules/theme/qt.nix
2024-03-12 15:37:58 +01:00

7 lines
106 B
Nix

{ config, pkgs, lib, system, user, allowed, secrets, ... }:
{
qt = {
platformTheme = "gtk";
};
}