NixOS-Configs/hosts/wm/default.nix
2024-04-27 22:27:12 -05:00

4 lines
56 B
Nix

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