fix some systemd services and add pasystray and nm-applet
This commit is contained in:
parent
678a1989cf
commit
63ee4338e5
1 changed files with 18 additions and 0 deletions
|
@ -483,6 +483,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.network-manager-applet.enable = true;
|
||||
services.pasystray.enable = true;
|
||||
|
||||
xresources.properties = {
|
||||
"Xft.antialias" = 1;
|
||||
"Xft.hinting" = 0;
|
||||
|
@ -683,6 +686,21 @@
|
|||
After = lib.mkForce ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
xsettingsd = {
|
||||
Unit = {
|
||||
After = lib.mkForce ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
network-manager-applet = {
|
||||
Unit = {
|
||||
After = lib.mkForce ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
pasystray = {
|
||||
Unit = {
|
||||
After = lib.mkForce ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
|
Loading…
Reference in a new issue