Cleanup
This commit is contained in:
parent
ac964dcee9
commit
f5936857e2
2 changed files with 67 additions and 41 deletions
|
@ -271,6 +271,10 @@
|
|||
'';
|
||||
|
||||
userChrome = ''
|
||||
#TabsToolbar {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
#webrtcIndicator {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -64,7 +64,28 @@ in
|
|||
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Catppuccin-Mocha-Compact-Sapphire-dark";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = [ "sapphire" ];
|
||||
size = "compact";
|
||||
tweaks = [ "rimless" "black" ];
|
||||
variant = "mocha";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
variables = {
|
||||
GTK_THEME = "hx";
|
||||
VISUAL = "hx";
|
||||
PAGER = "less";
|
||||
MANPAGER = "less";
|
||||
};
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
brightnessctl
|
||||
feh
|
||||
gimp
|
||||
|
@ -101,4 +122,5 @@ in
|
|||
wofi
|
||||
zathura
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue