about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/default.nix
blob: d3dc1daddc0726d519ef77b5f8973f9d0028cf44 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:

{
  programs.sway-beta.enable = true;

  xdg.config.users.qyliss.paths."sway/config" =
    with pkgs; writeText "sway-config" (callPackage ./config.nix {});
}