9 lines
153 B
Nix
9 lines
153 B
Nix
{
|
|
home-manager.users.rafiq = {
|
|
services.clipse = {
|
|
enable = true;
|
|
historySize = 1000;
|
|
imageDisplay.type = "kitty";
|
|
};
|
|
};
|
|
}
|