fix qt5 styles
This commit is contained in:
parent
0856dd6118
commit
e19e87289f
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,8 @@ let
|
||||||
schema = pkgs.gsettings-desktop-schemas;
|
schema = pkgs.gsettings-desktop-schemas;
|
||||||
datadir = "${schema}/share/gsettings-schemas/${schema.name}";
|
datadir = "${schema}/share/gsettings-schemas/${schema.name}";
|
||||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
|
|
||||||
programs.sway = {
|
programs.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -89,6 +90,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.qt5ct.enable = true;
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
@ -153,6 +156,7 @@ in {
|
||||||
gtk-engine-murrine
|
gtk-engine-murrine
|
||||||
gtk_engines
|
gtk_engines
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
|
libsForQt5.qtstyleplugins
|
||||||
lxappearance
|
lxappearance
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
|
|
||||||
|
@ -161,7 +165,6 @@ in {
|
||||||
libqrencode
|
libqrencode
|
||||||
libreoffice
|
libreoffice
|
||||||
libsecret
|
libsecret
|
||||||
lxappearance
|
|
||||||
mpv
|
mpv
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue