mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 07:59:40 +00:00
17 lines
207 B
Nix
17 lines
207 B
Nix
_: {
|
|
imports = [
|
|
./git
|
|
./newsboat
|
|
./gpg.nix
|
|
./eza.nix
|
|
./man.nix
|
|
./ssh.nix
|
|
./zoxide.nix
|
|
./tealdeer.nix
|
|
./hyfetch.nix
|
|
./btop.nix
|
|
./bottom.nix
|
|
./bat.nix
|
|
];
|
|
}
|