make vscode settings mutable, try to make gtk theme work on hyprland and

restart portals on login
This commit is contained in:
Kopatz
2025-03-01 14:00:08 +01:00
parent 02bb49c896
commit 83f7d084c6
5 changed files with 40 additions and 7 deletions

View File

@@ -8,7 +8,12 @@ in {
hyprlock.enable = false;
hyprland.enable = false;
waybar.enable = false;
gtk.flatpakSupport.enable = true; #edits ~/.themes/adw-gtk3
};
};
wayland.windowManager.hyprland.settings.env = lib.mkIf osConfig.custom.graphical.hyprland.enable [
"GTK_THEME,adw-gtk3"
];
};
}