10 lines
140 B
Nix
10 lines
140 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./libreoffice.nix
|
|
./pdf-reader.nix
|
|
./printer-scan.nix
|
|
./thunderbird.nix
|
|
];
|
|
}
|