Add common directory

This commit is contained in:
Rodrigo Arias 2023-04-18 18:27:08 +02:00 committed by Rodrigo Arias Mallo
parent fa25a68571
commit 77f72ac939
2 changed files with 7 additions and 0 deletions

6
common/main.nix Normal file
View File

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
];
}

View File

@ -2,6 +2,7 @@
{
imports = [
../common/main.nix
./hardware-configuration.nix
./boot.nix