LibreOffice: bump versiont to newest Firefox: change to firefox-devedition Programs: reorganise config into special programs dir
10 lines
73 B
Nix
10 lines
73 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./git.nix
|
|
];
|
|
}
|