Compare commits
No commits in common. "c77a0e921ae37ae8640e290ade95f56751eff3b5" and "556010c860e5d4eabafb14b50bcad0e0fb02fe2d" have entirely different histories.
c77a0e921a
...
556010c860
@ -190,7 +190,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
environment.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE = mkForce "kvantum";
|
||||
QT_WAYLAND_DECORATION = mkForce "adwaita";
|
||||
};
|
||||
|
@ -14,7 +14,6 @@
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
home.packages = with pkgs.unstable; [
|
||||
adw-gtk3
|
||||
anyrun
|
||||
clipse
|
||||
dunst
|
||||
@ -25,5 +24,9 @@
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
adw-gtk3
|
||||
];
|
||||
|
||||
services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user