move more stuff

This commit is contained in:
mjallen18
2024-02-28 21:15:55 -06:00
parent 33c0b054d6
commit 31dd4950b1
16 changed files with 287 additions and 203 deletions

7
share/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./amd
./nvidia
];
}