17 lines
178 B
Nix
17 lines
178 B
Nix
{ lib, inputs, config, pkgs, home, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bash
|
|
./git
|
|
./htop
|
|
./nvim
|
|
./python
|
|
./gnupg
|
|
./elinks
|
|
./ssh
|
|
|
|
./tty-progs.nix
|
|
];
|
|
}
|