Add common directory
This commit is contained in:
parent
fa25a68571
commit
77f72ac939
6
common/main.nix
Normal file
6
common/main.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
];
|
||||||
|
}
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
../common/main.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
./boot.nix
|
./boot.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user