mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 06:59:41 +00:00
20 lines
262 B
Nix
20 lines
262 B
Nix
_: {
|
|
imports = [
|
|
./git
|
|
./newsboat
|
|
./gpg.nix
|
|
./eza.nix
|
|
./man.nix
|
|
./ssh.nix
|
|
./zoxide.nix
|
|
./tealdeer.nix
|
|
./hyfetch.nix
|
|
./fastfetch.nix
|
|
./btop.nix
|
|
./bottom.nix
|
|
./bat.nix
|
|
./nix-index.nix
|
|
./iamb.nix
|
|
];
|
|
}
|