use networkmanager for now

This commit is contained in:
Gregory Burd 2023-09-19 14:24:23 -04:00
parent c5ee750099
commit 23175ca752
2 changed files with 1 additions and 3 deletions

View file

@ -3,7 +3,6 @@
imports = [ imports = [
./global ./global
./features/desktop/gnome ./features/desktop/gnome
./features/desktop/wireless
./features/productivity ./features/productivity
./features/pass ./features/pass
./features/games ./features/games

View file

@ -12,7 +12,6 @@
../common/optional/gnome.nix ../common/optional/gnome.nix
../common/optional/x11-keymap.nix ../common/optional/x11-keymap.nix
../common/optional/gamemode.nix ../common/optional/gamemode.nix
../common/optional/wireless.nix
../common/optional/greetd.nix ../common/optional/greetd.nix
../common/optional/pipewire.nix ../common/optional/pipewire.nix
../common/optional/quietboot.nix ../common/optional/quietboot.nix
@ -24,7 +23,7 @@
}; };
# Enable networking # Enable networking
# networking.networkmanager.enable = true; networking.networkmanager.enable = true;
boot = { boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_zen; kernelPackages = pkgs.linuxKernel.packages.linux_zen;