17 lines
185 B
Nix
17 lines
185 B
Nix
{ mod, ... }:
|
|
{
|
|
imports = with mod; [
|
|
audio
|
|
boot
|
|
fonts
|
|
locale
|
|
network
|
|
nix
|
|
security
|
|
services
|
|
shell
|
|
software
|
|
users
|
|
window-manager
|
|
];
|
|
}
|