theme - formating

This commit is contained in:
Don Harper 2024-09-01 10:30:16 -05:00
parent 8355c7ab83
commit f1c469c7fc
30 changed files with 287 additions and 105 deletions

View file

@ -3,5 +3,8 @@
pkgs,
...
}: {
boot.kernelModules = ["axge" "ax88179_178a"];
boot.kernelModules = [
"axge"
"ax88179_178a"
];
}