pantheon/configs/programs/clipse.nix
2025-04-10 16:28:33 +08:00

9 lines
153 B
Nix

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