marleyos/modules/home/programs/default.nix
2025-05-26 19:06:45 -07:00

18 lines
259 B
Nix

{
imports = [
./agenix.nix
./bat.nix
./cheat.nix
./curl.nix
./eza.nix
./fuzzel.nix
./nemo.nix
./nh.nix
./waybar.nix
# TODO: uncomment when swaylock is figured out
# ./wlogout
./xwayland-satellite.nix
];
}