framework: nm-applet only for workstations
This commit is contained in:
parent
93deb49d44
commit
400dd0f8d7
2 changed files with 6 additions and 5 deletions
|
|
@ -31,10 +31,6 @@ in {
|
|||
boot.tmp.useTmpfs = true;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
programs.nm-applet = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
|
||||
# fix nixos-containers
|
||||
networking.nat.enable = true;
|
||||
|
|
@ -92,7 +88,6 @@ in {
|
|||
services.gvfs.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
networkmanagerapplet
|
||||
tealdeer
|
||||
alsa-utils
|
||||
trash-cli
|
||||
|
|
|
|||
|
|
@ -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