mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-03-31 17:50:23 +02:00
8 lines
82 B
Nix
8 lines
82 B
Nix
{...}: {
|
|
imports = [
|
|
./apps.nix
|
|
./extensions.nix
|
|
./gnome.nix
|
|
];
|
|
}
|