Update default.nix

This commit is contained in:
Thilo Hohlt
2023-05-11 17:31:03 +02:00
committed by GitHub
parent bfbb462fc6
commit 01bbfa1293

View File

@@ -7,7 +7,10 @@
../shared.nix ../shared.nix
]; ];
networking.hostName = "laptop"; networking = {
hostName = "laptop";
networkmanager.enable = true;
};
services.xserver.libinput.enable = true; services.xserver.libinput.enable = true;
} }