nixos-config/modules/home/kanshi.nix

10 lines
94 B
Nix

{ config, lib, pkgs, ... }:
{
services.kanshi = {
enable = true;
profiles
};
}