Use NetworkManager for wifi on hypnos

This commit is contained in:
Jordan Holt 2024-01-05 22:56:09 +00:00
parent 41f62a3890
commit 5f213336d9
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
3 changed files with 1 additions and 5 deletions

View File

@ -36,9 +36,6 @@
editors = {
neovim.enable = true;
};
networking = {
wireless.enable = true;
};
security = {
gpg.enable = true;
pass.enable = true;

View File

@ -102,7 +102,7 @@ in {
picture-uri = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-l.jpg";
picture-uri-dark = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-d.jpg";
};
"org/gnome/peripherals/touchpad" = {
"org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = true;
};
"org/gtk/settings/file-chooser" = {

View File

@ -23,7 +23,6 @@ in {
};
networking = {
networkmanager.unmanaged = [ "*" ];
wireless = {
enable = true;
interfaces = cfg.interfaces;