Add mobile broadband
This commit is contained in:
parent
bee0c89f8d
commit
2fb7ef2857
2 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
./localization.nix
|
./localization.nix
|
||||||
./mailserver
|
./mailserver
|
||||||
./matrix
|
./matrix
|
||||||
|
./mobile-network.nix
|
||||||
./mute-indicator.nix
|
./mute-indicator.nix
|
||||||
./networking
|
./networking
|
||||||
./nix.nix
|
./nix.nix
|
||||||
|
|
|
||||||
7
modules/mobile-network.nix
Normal file
7
modules/mobile-network.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
lib.mkIf config.jalr.gui.enable {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
usb-modeswitch
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue