NixOS-Config/modules/home/wms/default.nix

9 lines
69 B
Nix
Raw Normal View History

2024-12-05 14:40:12 -05:00
{ ... }:
2024-11-12 18:03:28 -05:00
{
imports = [
./niri
./programs
2024-11-12 18:03:28 -05:00
./sway
];
}