profiles#networkmanager: init
This commit is contained in:
parent
21f0320dca
commit
b2d6471694
@ -1,7 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
let inherit (builtins) readFile;
|
||||
in {
|
||||
imports = [ ./sway ../develop ./xmonad ];
|
||||
imports = [ ./sway ../develop ./xmonad ../networkmanager ];
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
|
7
profiles/networkmanager/default.nix
Normal file
7
profiles/networkmanager/default.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
imports = [ ../misc ];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.wifi.backend = "iwd";
|
||||
networking.wireless.iwd.enable = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user