desktop: trim packages and use Adwaita
This commit is contained in:
@@ -65,7 +65,7 @@ makeEnable config "myModules.code" true {
|
|||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
[
|
[
|
||||||
# LLM Tools
|
# LLM Tools
|
||||||
antigravity
|
# antigravity
|
||||||
claude-code
|
claude-code
|
||||||
codex
|
codex
|
||||||
gemini-cli
|
gemini-cli
|
||||||
|
|||||||
@@ -210,7 +210,7 @@
|
|||||||
pinentry-gnome3
|
pinentry-gnome3
|
||||||
# mission-center
|
# mission-center
|
||||||
quassel
|
quassel
|
||||||
remmina
|
# remmina
|
||||||
rofi
|
rofi
|
||||||
wofi
|
wofi
|
||||||
rofi-pass
|
rofi-pass
|
||||||
@@ -246,7 +246,7 @@
|
|||||||
spicetify-cli
|
spicetify-cli
|
||||||
spotify
|
spotify
|
||||||
tor-browser
|
tor-browser
|
||||||
vscode
|
# vscode
|
||||||
zulip
|
zulip
|
||||||
]
|
]
|
||||||
else []
|
else []
|
||||||
|
|||||||
@@ -341,8 +341,8 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
theme = {
|
theme = {
|
||||||
package = pkgs.arc-theme;
|
package = pkgs.gnome-themes-extra;
|
||||||
name = "Arc";
|
name = "Adwaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk4.theme = config.gtk.theme;
|
gtk4.theme = config.gtk.theme;
|
||||||
@@ -367,7 +367,7 @@ in {
|
|||||||
gtk-menu-images = 1;
|
gtk-menu-images = 1;
|
||||||
gtk-modules = "colorreload-gtk-module";
|
gtk-modules = "colorreload-gtk-module";
|
||||||
gtk-primary-button-warps-slider = false;
|
gtk-primary-button-warps-slider = false;
|
||||||
gtk-theme-name = "Arc";
|
gtk-theme-name = "Adwaita";
|
||||||
gtk-toolbar-icon-size = "GTK_ICON_SIZE_LARGE_TOOLBAR";
|
gtk-toolbar-icon-size = "GTK_ICON_SIZE_LARGE_TOOLBAR";
|
||||||
gtk-toolbar-style = "GTK_TOOLBAR_BOTH_HORIZ";
|
gtk-toolbar-style = "GTK_TOOLBAR_BOTH_HORIZ";
|
||||||
gtk-xft-antialias = 1;
|
gtk-xft-antialias = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user