import individuals to default.nix

This commit is contained in:
smayzy
2025-07-07 23:58:35 +02:00
parent 95968d0dae
commit 53cad02771
8 changed files with 41 additions and 35 deletions
+7
View File
@@ -0,0 +1,7 @@
{ lib, config, pkgs, ... }:
{
imports = [
./nvidia.nix
./grub.nix
];
}