chore: move qt theme to nixpkgs
This commit is contained in:
parent
54a8b96377
commit
da918ae326
3 changed files with 8 additions and 5 deletions
|
@ -8,11 +8,6 @@ let
|
||||||
inherit (lib.my) validatePath;
|
inherit (lib.my) validatePath;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
qt = {
|
|
||||||
enable = true;
|
|
||||||
platformTheme.name = "gtk";
|
|
||||||
};
|
|
||||||
|
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||||
|
|
|
@ -20,5 +20,6 @@
|
||||||
./system/audio.nix
|
./system/audio.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
./portals.nix
|
./portals.nix
|
||||||
|
./themes
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
7
modules/themes/default.nix
Normal file
7
modules/themes/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme = "gtk2";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue