13 lines
175 B
Nix
13 lines
175 B
Nix
{
|
|
imports = [
|
|
./btop.nix
|
|
./curl.nix
|
|
./fish.nix
|
|
./jq.nix
|
|
./less.nix
|
|
./neovim.nix
|
|
./nix-output-monitor.nix
|
|
./ripgrep.nix
|
|
./wget.nix
|
|
];
|
|
}
|