nix/home-manager/common/software/cli/default.nix

19 lines
282 B
Nix
Raw Normal View History

{ ... }: {
2024-04-28 13:39:08 +09:00
imports = [
2024-05-01 13:18:15 +09:00
./atuin.nix
./bash.nix
./fish.nix
./btop.nix
./starship.nix
./git.nix
2024-05-03 21:01:06 +09:00
./gpg.nix
2024-05-01 13:18:15 +09:00
./ranger.nix
./ssh.nix
./nixvim.nix
./rbw.nix
./tmux.nix
2024-05-05 16:09:49 +09:00
./zoxide.nix
2024-05-07 08:11:19 +09:00
./neomutt.nix
2023-08-31 20:55:14 +09:00
];
}