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

9 lines
69 B
Nix

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