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