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

5 lines
48 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ pkgs, ... }:
{
imports = [ ./prop-sway ];
2024-10-09 03:36:08 -04:00
}