nixos-config/modules/home/wms/default.nix

8 lines
69 B
Nix

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