NixOS-Configs/wm/default.nix
2024-03-03 22:13:09 -06:00

4 lines
49 B
Nix

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