summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 2f031a2d..4a01d934 100644
--- a/hel.nix
+++ b/hel.nix
@@ -35,6 +35,7 @@
35 35
36 networkmanager = { 36 networkmanager = {
37 enable = true; 37 enable = true;
38 packages = with pkgs; [ modemmanager ];
38 }; 39 };
39 }; 40 };
40 41