marleyos/modules/home/programs/default.nix
2025-05-31 14:12:27 -07:00

44 lines
653 B
Nix

{
imports = [
./agenix.nix
./amfora
./bat.nix
./btop.nix
./cheat.nix
./curl.nix
./eza.nix
./figlet.nix
./fish.nix
./fuzzel.nix
./fzf.nix
./gh.nix
./git
./glow.nix
./gpg.nix
./httpie.nix
./hyfetch
./journalctl.nix
./jq.nix
./just.nix
./less.nix
./man.nix
./nemo.nix
./neo.nix
./neovim.nix
./nh.nix
./ripgrep.nix
./ssh.nix
./starship
./systemctl.nix
./tea.nix
./tmux.nix
./waybar.nix
./wget.nix
./zoxide.nix
# TODO: uncomment when swaylock is figured out
# ./wlogout
./xwayland-satellite.nix
];
}