flake/modules/unfree/default.nix
2024-03-26 11:39:16 +00:00

10 lines
87 B
Nix

{
config,
pkgs,
...
}: {
imports = [
./nvidia.nix
./flatpak.nix
];
}