Disabled wayland-overlay
This commit is contained in:
parent
264b1d0ac4
commit
5ec83521ea
9 changed files with 199 additions and 86 deletions
|
@ -3,4 +3,7 @@
|
|||
home.packages = with pkgs; [
|
||||
cura
|
||||
];
|
||||
home.sessionVariables = {
|
||||
QT_QPA_PLATFORM = "xcb";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -3,10 +3,11 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
font.name = "DejaVu Sans";
|
||||
theme = {
|
||||
name = "WhiteSur-dark-alt-blue";
|
||||
package = pkgs.whitesur-gtk-theme;
|
||||
};
|
||||
# broken
|
||||
#theme = {
|
||||
# name = "WhiteSur-dark-alt-blue";
|
||||
# package = pkgs.whitesur-gtk-theme;
|
||||
#};
|
||||
iconTheme = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
};
|
||||
#fonts = [ "Font Awesome" "Fira Code" ];
|
||||
terminal = "${pkgs.foot}/bin/footclient";
|
||||
terminal = "footclient";
|
||||
bars = [
|
||||
{
|
||||
command = "${pkgs.waybar}/bin/waybar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue