steveej-t14: init

This commit is contained in:
steveej 2020-12-21 14:35:50 +01:00
parent 11b8b11d9a
commit aef08954ab
9 changed files with 220 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ ... }:
{
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../modules/encryptedDisk.nix
./system.nix
./hw.nix
./pkg.nix
./user.nix
];
}