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

7 lines
58 B
Nix

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