mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 10:10:22 +02:00
12 lines
87 B
Nix
12 lines
87 B
Nix
|
|
{
|
||
|
|
...
|
||
|
|
}:
|
||
|
|
|
||
|
|
{
|
||
|
|
imports = [
|
||
|
|
./apps.nix
|
||
|
|
./extensions.nix
|
||
|
|
./gnome.nix
|
||
|
|
];
|
||
|
|
}
|