NixOS-Config/modules/home/wms/default.nix
2024-12-05 14:40:12 -05:00

9 lines
69 B
Nix

{ ... }:
{
imports = [
./niri
./programs
./sway
];
}