NixOS-Configs/hosts/wm/default.nix
2024-06-16 23:20:10 -05:00

4 lines
49 B
Nix

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