marleyos/modules/home/programs/default.nix
2025-05-26 17:04:43 -07:00

9 lines
137 B
Nix

{
imports = [
./fuzzel.nix
./nh.nix
./waybar.nix
# TODO: uncomment when swaylock is figured out
# ./wlogout
];
}