Updates
This commit is contained in:
parent
f84b2ddc95
commit
8fe1019021
@ -49,8 +49,8 @@ in {
|
|||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Breeze Dark";
|
name = "Adwaita";
|
||||||
package = pkgs.breeze-icons;
|
package = pkgs.gnome3.adwaita-icon-theme;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Generated";
|
name = "Generated";
|
||||||
|
@ -8,6 +8,7 @@ with import ../../../support.nix { inherit lib config; }; {
|
|||||||
pkgs.flatpak
|
pkgs.flatpak
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.systemd
|
pkgs.systemd
|
||||||
|
pkgs.gnome3.adwaita-icon-theme
|
||||||
];
|
];
|
||||||
nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
|
nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
@ -126,7 +127,7 @@ with import ../../../support.nix { inherit lib config; }; {
|
|||||||
contrast = 4;
|
contrast = 4;
|
||||||
widgetStyle = "Breeze";
|
widgetStyle = "Breeze";
|
||||||
};
|
};
|
||||||
Icons = { Theme = "Breeze Dark"; };
|
Icons = { Theme = "Adwaita"; };
|
||||||
};
|
};
|
||||||
home-manager.users.balsoft.home.activation."user-places.xbel" = {
|
home-manager.users.balsoft.home.activation."user-places.xbel" = {
|
||||||
data = ''
|
data = ''
|
||||||
|
@ -46,8 +46,8 @@ in {
|
|||||||
childBorder = thm.orange;
|
childBorder = thm.orange;
|
||||||
};
|
};
|
||||||
focused = unfocused // {
|
focused = unfocused // {
|
||||||
childBorder = thm.blue;
|
childBorder = thm.gray;
|
||||||
border = thm.blue;
|
border = thm.gray;
|
||||||
background = thm.dark;
|
background = thm.dark;
|
||||||
text = thm.fg;
|
text = thm.fg;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user