11 lines
94 B
Nix
11 lines
94 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
services.kanshi = {
|
||
|
enable = true;
|
||
|
|
||
|
profiles
|
||
|
|
||
|
};
|
||
|
}
|