Reorganized the repo

This commit is contained in:
willifan 2024-07-06 21:33:59 +02:00
parent 5176e7cdf8
commit f1b559ba06
62 changed files with 182 additions and 45 deletions

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
imports = [
./disko.nix
./hardware-configuration.nix
];
}