mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-02 12:18:59 +00:00
11 lines
201 B
Nix
11 lines
201 B
Nix
# Only optional modules should be imported here.
|
|
{
|
|
imports = [
|
|
./hardware/qol.nix
|
|
./networking/setup.nix
|
|
./networking/wireguard.nix
|
|
./setups/desktop.nix
|
|
./setups/music.nix
|
|
];
|
|
}
|