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