Logo
Explore Help
Sign In
talexander/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Releases Activity
nixpkgs/nixos/modules/programs/qt5ct.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
154 B
Nix
Raw Normal View History

nixos/qt5ct: remove enable option and suggests qt5.platformTheme This module should be removed after a nixos release cycle
2022-07-05 10:32:54 -03:00
{ lib, ... }:
qt5ct: add a nixos module to enable qt5ct In order to use qt5ct (Qt5 Configuration Tool) to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration, the environment variable QT_QPA_PLATFORMTHEME should be set to "qt5ct". It can be done automatically by this module, or by setting the variable explicitly in the user or in the system configuration.
2017-03-24 11:13:06 -03:00
with lib;
{
nixos/qt5ct: remove enable option and suggests qt5.platformTheme This module should be removed after a nixos release cycle
2022-07-05 10:32:54 -03:00
imports = [
(mkRemovedOptionModule [ "programs" "qt5ct" "enable" ] "Use qt5.platformTheme = \"qt5ct\" instead.")
];
qt5ct: add a nixos module to enable qt5ct In order to use qt5ct (Qt5 Configuration Tool) to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration, the environment variable QT_QPA_PLATFORMTHEME should be set to "qt5ct". It can be done automatically by this module, or by setting the variable explicitly in the user or in the system configuration.
2017-03-24 11:13:06 -03:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 9114ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API