nixos-config/sway.nix

8 lines
77 B
Nix

{ config, pkgs, lib, ... }:
{
programs.sway = {
enable = true;
};
}