make vscode settings mutable, try to make gtk theme work on hyprland and
restart portals on login
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user