Disabled wayland-overlay

This commit is contained in:
Andrea Ciceri 2021-12-29 13:56:23 +01:00
parent 264b1d0ac4
commit 5ec83521ea
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 199 additions and 86 deletions

View file

@ -22,7 +22,14 @@
yarn2nix
python39Packages.poetry
texlive.combined.scheme-full
] else [ ]);
gphoto2
digikam
rawtherapee
freecad
deploy-rs.deploy-rs
] ++
(if !stdenv.hostPlatform.isAarch64 then [ wineWowPackages.full ] else [ ])
else [ ]);
};
users.users.ccr = {

View file

@ -3,4 +3,7 @@
home.packages = with pkgs; [
cura
];
home.sessionVariables = {
QT_QPA_PLATFORM = "xcb";
};
}

View file

@ -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;

View file

@ -24,7 +24,7 @@
};
};
#fonts = [ "Font Awesome" "Fira Code" ];
terminal = "${pkgs.foot}/bin/footclient";
terminal = "footclient";
bars = [
{
command = "${pkgs.waybar}/bin/waybar";