formatting

This commit is contained in:
Rouven Seifert 2022-12-18 17:07:40 +01:00
parent 9e4582d351
commit 68d67965f5
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 179 additions and 177 deletions

View file

@ -11,6 +11,7 @@
system = "x86_64-linux";
modules = [
./hosts/thinkpad/configuration.nix
home-manager.nixosModules.home-manager
];
};
};

View file

@ -2,7 +2,8 @@
{
imports =
[ # Include the results of the hardware scan.
[
# Include the results of the hardware scan.
./hardware-configuration.nix
];