marleyos/modules/home/programs/default.nix
2025-05-27 17:30:05 -07:00

28 lines
409 B
Nix

{
imports = [
./agenix.nix
./bat.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
./nemo.nix
./nh.nix
./waybar.nix
# TODO: uncomment when swaylock is figured out
# ./wlogout
./xwayland-satellite.nix
];
}