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

25 lines
357 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
./nemo.nix
./nh.nix
./waybar.nix
# TODO: uncomment when swaylock is figured out
# ./wlogout
./xwayland-satellite.nix
];
}