mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-04 03:53:35 +08:00
8 lines
73 B
Nix
8 lines
73 B
Nix
|
|
{ config, pkgs, ...}:
|
|
|
|
{
|
|
programs.sway = {
|
|
enable = true;
|
|
};
|
|
}
|