nixos-lib/programs/default.nix

9 lines
99 B
Nix

{ config, ... }:
{
imports = [
./htop.nix
./bash.nix
./git.nix
./nano.nix
];
}