hm/graphical-client: pull in nm-applet only for i3
This commit is contained in:
parent
9a14eadbb6
commit
34d9b4eda5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
};
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{ command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; }
|
{ command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; }
|
||||||
{ command = "nm-applet"; notification = false; }
|
{ command = "${pkgs.gnome3.networkmanagerapplet}/bin/nm-applet"; notification = false; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue