mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 11:53:12 +00:00
10 lines
87 B
Nix
10 lines
87 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./nvidia.nix
|
|
./flatpak.nix
|
|
];
|
|
}
|