diff --git a/hosts/cnixpad/modules.nix b/hosts/cnixpad/modules.nix index 9bcf0156..a342d748 100644 --- a/hosts/cnixpad/modules.nix +++ b/hosts/cnixpad/modules.nix @@ -62,7 +62,7 @@ }; nm-applet = { enable = true; - indicator.enable = true; + indicator = true; }; }; }; diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index 4e26d5c9..21f472da 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -62,7 +62,7 @@ }; nm-applet = { enable = true; - indicator.enable = true; + indicator = true; }; }; };