mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 16:47:23 +08:00
8 lines
73 B
Nix
8 lines
73 B
Nix
|
|
{ config, pkgs, ...}:
|
|
|
|
{
|
|
programs.sway = {
|
|
enable = true;
|
|
};
|
|
}
|