Compare commits

...

2 Commits

Author SHA1 Message Date
c77a0e921a
hyprland: move adw-gtk3 to user package
Some checks failed
Check flake / build-amd64-linux (push) Failing after 16s
2025-03-16 15:53:59 +00:00
befc31158c
gnome: fix session variable definition 2025-03-16 15:53:42 +00:00
2 changed files with 2 additions and 5 deletions

View File

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

View File

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