initial commit with 30% less flair than usual ngl
This commit is contained in:
commit
9dc30dc2a0
7 changed files with 197 additions and 0 deletions
7
imports.nix
Normal file
7
imports.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue