framework: nm-applet only for workstations

This commit is contained in:
tristan 2025-04-29 16:17:51 +01:00
parent 93deb49d44
commit 400dd0f8d7
2 changed files with 6 additions and 5 deletions

View file

@ -70,4 +70,10 @@
home-manager.users.${config.user}.imports = [
../home/workstation.nix
];
environment.systemPackages = [pkgs.networkmanagerapplet];
programs.nm-applet = {
enable = true;
indicator = true;
};
}