nixos-config/modules/home/kanshi.nix

11 lines
94 B
Nix
Raw Normal View History

2025-02-06 13:56:58 -05:00
{ config, lib, pkgs, ... }:
{
services.kanshi = {
enable = true;
profiles
};
}