Remove unnecessary code

This commit is contained in:
Manuel Thalmann 2024-12-07 18:36:54 +01:00
parent 6f44a55a35
commit 5cdd1edd5b
2 changed files with 0 additions and 6 deletions

View file

@ -1,5 +0,0 @@
{ ... }: {
imports = [
./fileSystems/disks.nix
];
}

View file

@ -6,7 +6,6 @@ in {
./hardware.nix
./i18n.nix
./os.nix
./partition.nix
./programs.nix
./software.nix
./users.nix