feat(home): Enable network-manager applet service

This commit is contained in:
Alexander Kobjolke 2024-03-17 00:07:10 +01:00
parent 530fb19b5b
commit 684444c73e
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
config.services.network-manager-applet = { enable = true; };
}