pantheon/modules/programs/clipse.nix
2025-03-31 04:41:56 +08:00

9 lines
153 B
Nix

{
home-manager.users.rafiq = {
services.clipse = {
enable = true;
historySize = 1000;
imageDisplay.type = "kitty";
};
};
}