From 23175ca7524f9128bd3a83779349ccd8149118ac Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Tue, 19 Sep 2023 14:24:23 -0400 Subject: [PATCH] use networkmanager for now --- home/gburd/loki.nix | 1 - hosts/loki/default.nix | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/home/gburd/loki.nix b/home/gburd/loki.nix index fc976ae..a59a390 100644 --- a/home/gburd/loki.nix +++ b/home/gburd/loki.nix @@ -3,7 +3,6 @@ imports = [ ./global ./features/desktop/gnome - ./features/desktop/wireless ./features/productivity ./features/pass ./features/games diff --git a/hosts/loki/default.nix b/hosts/loki/default.nix index b99a5d0..4f5552b 100644 --- a/hosts/loki/default.nix +++ b/hosts/loki/default.nix @@ -12,7 +12,6 @@ ../common/optional/gnome.nix ../common/optional/x11-keymap.nix ../common/optional/gamemode.nix - ../common/optional/wireless.nix ../common/optional/greetd.nix ../common/optional/pipewire.nix ../common/optional/quietboot.nix @@ -24,7 +23,7 @@ }; # Enable networking - # networking.networkmanager.enable = true; + networking.networkmanager.enable = true; boot = { kernelPackages = pkgs.linuxKernel.packages.linux_zen;