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

9 lines
85 B
Nix

{ pkgs, ... }:
{
imports = [
./swayshot
./swaysleep
./swaytools
];
}