Use NetworkManager for wifi on hypnos
This commit is contained in:
parent
41f62a3890
commit
5f213336d9
@ -36,9 +36,6 @@
|
||||
editors = {
|
||||
neovim.enable = true;
|
||||
};
|
||||
networking = {
|
||||
wireless.enable = true;
|
||||
};
|
||||
security = {
|
||||
gpg.enable = true;
|
||||
pass.enable = true;
|
||||
|
@ -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" = {
|
||||
|
@ -23,7 +23,6 @@ in {
|
||||
};
|
||||
|
||||
networking = {
|
||||
networkmanager.unmanaged = [ "*" ];
|
||||
wireless = {
|
||||
enable = true;
|
||||
interfaces = cfg.interfaces;
|
||||
|
Loading…
x
Reference in New Issue
Block a user