mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
10 lines
87 B
Nix
10 lines
87 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./nvidia.nix
|
|
./flatpak.nix
|
|
];
|
|
}
|