qt themes to match gtk
This commit is contained in:
parent
3cb1680ffc
commit
1182d7e1ac
3 changed files with 6 additions and 7 deletions
|
@ -19,7 +19,6 @@ each host should have these files:
|
||||||
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix) or some other common spot
|
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix) or some other common spot
|
||||||
- multi architecture configuration
|
- multi architecture configuration
|
||||||
- bitwarden
|
- bitwarden
|
||||||
- qt themes?
|
|
||||||
- sddm cursors no work :(
|
- sddm cursors no work :(
|
||||||
- setup editorconfig everywhere
|
- setup editorconfig everywhere
|
||||||
- divide steam and gamemode?
|
- divide steam and gamemode?
|
|
@ -13,12 +13,6 @@ in {
|
||||||
|
|
||||||
config = mkMerge [
|
config = mkMerge [
|
||||||
{
|
{
|
||||||
qt = {
|
|
||||||
enable = true;
|
|
||||||
platformTheme = "gnome";
|
|
||||||
style = "adwaita-dark";
|
|
||||||
};
|
|
||||||
|
|
||||||
modules.desktop.fonts.enable = true;
|
modules.desktop.fonts.enable = true;
|
||||||
modules.desktop.fonts.baseFonts = true;
|
modules.desktop.fonts.baseFonts = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,6 +67,12 @@ in {
|
||||||
theme = cfg.gtkTheme;
|
theme = cfg.gtkTheme;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hm.qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme = "gtk";
|
||||||
|
style.name = "gtk2";
|
||||||
|
};
|
||||||
|
|
||||||
hm.home.pointerCursor = {
|
hm.home.pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
x11.enable = true;
|
x11.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue