ops/nixos/hm: switch to networkmanagerapplet
This commit is contained in:
parent
afb2fed74a
commit
bf8e6b62ed
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
startup = [
|
||||
{ command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; }
|
||||
{ command = "${pkgs.gnome3.networkmanagerapplet}/bin/nm-applet"; notification = false; }
|
||||
{ command = "${pkgs.networkmanagerapplet}/bin/nm-applet"; notification = false; }
|
||||
{ command = "${pkgs._1password-gui}/bin/1password --silent"; notification = false; }
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue