mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
Gabriel Arazas
0760acb676
Now we're going beyond these structuring as we might have to accomodate non-system configurations like Nixvim.
15 lines
306 B
Nix
15 lines
306 B
Nix
# Only optional modules should be imported here.
|
|
{
|
|
imports = [
|
|
./hardware/qol.nix
|
|
./networking/setup.nix
|
|
./networking/wireguard.nix
|
|
./services/backup
|
|
./services/download-media
|
|
./setups/desktop.nix
|
|
./setups/development.nix
|
|
./setups/gaming.nix
|
|
./setups/music.nix
|
|
];
|
|
}
|