mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 17:57:50 +00:00
11 lines
137 B
Nix
11 lines
137 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./htop.nix
|
|
./bash.nix
|
|
./git.nix
|
|
./nano.nix
|
|
./nvtop.nix
|
|
./libreoffice.nix
|
|
];
|
|
}
|