NixOS-Config/modules/home/wms/sway/programs/default.nix

8 lines
71 B
Nix

{ pkgs, ... }:
{
imports = [
./prop-sway
./sleep-sway
];
}