Add another host for work laptop

This commit is contained in:
2024-03-01 09:44:34 +01:00
parent fb09434e89
commit 59a0227a66
3 changed files with 96 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{ inputs, self, pks, ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
../../system
../../home
];
}