NixOS-Configs/hosts/wm/default.nix
2024-03-21 21:53:55 -05:00

4 lines
49 B
Nix

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