From 4730b215fdc4095800fedfdf690c12fec994bb6b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 2 Oct 2024 22:07:10 -0500 Subject: more reorganizing and modularizing --- modules/wifi.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 modules/wifi.nix (limited to 'modules/wifi.nix') diff --git a/modules/wifi.nix b/modules/wifi.nix deleted file mode 100644 index 54f9089..0000000 --- a/modules/wifi.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ pkgs, lib, config, ... }: { - options = { - wifi.enable = lib.mkEnableOption "enables wifi"; - }; - - config = lib.mkIf config.wifi.enable { - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. - }; -} -- cgit v1.2.3