13 lines
151 B
Nix
13 lines
151 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./util-programs.nix
|
|
./office-programs.nix
|
|
./discord.nix
|
|
./wayland-utils.nix
|
|
];
|
|
}
|