nixfiles/home/network_manager/nm.nix

5 lines
122 B
Nix
Raw Normal View History

2021-12-20 23:48:26 +00:00
{ config, ... }: {
xsession.preferStatusNotifierItems = true;
services = { network-manager-applet.enable = true; };
2021-12-20 23:48:26 +00:00
}