Updated hardware configuration

This commit is contained in:
thiloho
2023-05-11 19:11:16 +02:00
parent fdd125dfea
commit 1a8b5c1778
2 changed files with 3 additions and 3 deletions

View File

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