mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 16:56:53 -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 = [
|
||||
./hardware
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
|
||||
import = [
|
||||
imports = [
|
||||
./boot.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue