framework: nm-applet only for workstations
This commit is contained in:
parent
93deb49d44
commit
400dd0f8d7
2 changed files with 6 additions and 5 deletions
|
|
@ -70,4 +70,10 @@
|
|||
home-manager.users.${config.user}.imports = [
|
||||
../home/workstation.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [pkgs.networkmanagerapplet];
|
||||
programs.nm-applet = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue