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