mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-05 01:58:08 -05:00
imports
This commit is contained in:
parent
bfba6682f6
commit
c095c40fdc
2 changed files with 2 additions and 3 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware
|
./hardware
|
||||||
]
|
];
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
import = [
|
|
||||||
./boot.nix
|
./boot.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue