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;