Compare commits
2 Commits
556010c860
...
c77a0e921a
Author | SHA1 | Date | |
---|---|---|---|
c77a0e921a | |||
befc31158c |
@ -190,7 +190,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
home.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE = mkForce "kvantum";
|
||||
QT_WAYLAND_DECORATION = mkForce "adwaita";
|
||||
};
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user