use custom nm-applet have it use --indicator

feat/kile-v2
Ricard Illa 2023-02-17 12:31:30 +01:00
parent 7bae0f5aa0
commit 2e5ee1f868
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 13 additions and 2 deletions

View File

@ -46,4 +46,17 @@
After = "graphical-session-pre.target";
};
};
systemd.user.services.network-manager-applet = {
Unit = {
Description = "nm-applet";
BindsTo = [ "river-session.target" ];
};
Service = {
Type = "simple";
ExecStart = "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator";
};
Install = { WantedBy = [ "river-session.target" ]; };
};
}

View File

@ -243,8 +243,6 @@
startInBackground = true;
};
services.network-manager-applet.enable = true;
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
"autoconnect" = [ "qemu:///system" ];