added disko module

This commit is contained in:
twoneis 2024-05-07 21:50:46 +02:00
parent d21880f08c
commit 824e82ec45
4 changed files with 9 additions and 23 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
imports = [
./hardware-config.nix
./disko.nix
./nvidia.nix
./options.nix
];