NixOS-Configs/hosts/wm/default.nix
2024-06-30 09:47:45 -05:00

3 lines
39 B
Nix

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