mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 10:16:31 +05:30
20 lines
365 B
Nix
20 lines
365 B
Nix
{
|
|
flake.modules.homeManager.desktop = {
|
|
programs.satty = {
|
|
enable = true;
|
|
settings = {
|
|
general = {
|
|
corner-roundness = 12;
|
|
initial-tool = "arrow";
|
|
early-exit = true;
|
|
copy-command = "wl-copy";
|
|
};
|
|
|
|
font = {
|
|
family = "JetBrainsMono NerdFont";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|