gnome
This commit is contained in:
parent
f19ae43a40
commit
4d141b5b1a
3 changed files with 17 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, ... }: {
|
||||
{ inputs, pkgs, lib, ... }: {
|
||||
imports = [
|
||||
./audio
|
||||
./bluetooth
|
||||
|
@ -41,7 +41,7 @@
|
|||
documentation.nixos.enable = false;
|
||||
|
||||
networking = {
|
||||
useDHCP = true;
|
||||
useDHCP = lib.mkDefault true;
|
||||
wireless.iwd.enable = true;
|
||||
extraHosts =
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue