nix-config/modules/default.nix
Bruno BELANYI 20513ab3a2 modules: add sound
I will probably want to share this configuration between multiple
machines in the future.
2021-05-25 18:19:52 +02:00

20 lines
265 B
Nix

# Common modules
{ ... }:
{
imports = [
./bluetooth.nix
./documentation.nix
./ergodox.nix
./home.nix
./language.nix
./media.nix
./networking.nix
./nix.nix
./packages.nix
./sound.nix
./upower.nix
./users.nix
];
}