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

8 lines
120 B
Nix

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