marleyos/home/programs/default.nix

37 lines
524 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./amfora.nix
./bat.nix
./btop.nix
./cava.nix
2024-11-14 20:53:32 -08:00
./cheat.nix
./curl.nix
./eza.nix
./figlet.nix
./fish.nix
2024-11-03 14:49:09 -08:00
./fzf.nix
./gh.nix
2024-11-10 21:45:44 -08:00
./git.nix
2024-11-14 19:59:38 -08:00
./glow.nix
2024-11-11 19:17:47 -08:00
./gpg.nix
./hyfetch.nix
./just.nix
./lazygit.nix
./less.nix
./man.nix
./ncmpcpp.nix
./neofetch.nix
2024-11-05 18:56:45 -08:00
./rbw.nix
2024-11-04 21:25:27 -08:00
./ripgrep.nix
2024-11-14 18:40:25 -08:00
./ssh.nix
./starship.nix
./tmux.nix
./topgrade.nix
./wget.nix
./wezterm.nix
./zathura.nix
./zoxide.nix
];
}