Compare commits

..

No commits in common. "c77a0e921ae37ae8640e290ade95f56751eff3b5" and "556010c860e5d4eabafb14b50bcad0e0fb02fe2d" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View File

@ -190,7 +190,7 @@ in
}; };
}; };
home.sessionVariables = { environment.sessionVariables = {
QT_STYLE_OVERRIDE = mkForce "kvantum"; QT_STYLE_OVERRIDE = mkForce "kvantum";
QT_WAYLAND_DECORATION = mkForce "adwaita"; QT_WAYLAND_DECORATION = mkForce "adwaita";
}; };

View File

@ -14,7 +14,6 @@
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
home.packages = with pkgs.unstable; [ home.packages = with pkgs.unstable; [
adw-gtk3
anyrun anyrun
clipse clipse
dunst dunst
@ -25,5 +24,9 @@
wl-clipboard wl-clipboard
]; ];
environment.systemPackages = with pkgs; [
adw-gtk3
];
services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3; services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
} }