14 lines
202 B
Nix
14 lines
202 B
Nix
{...}: {
|
|
programs.foot = {
|
|
enable = true;
|
|
settings = {
|
|
cursor = {
|
|
style = "beam";
|
|
};
|
|
key-bindings = {
|
|
spawn-terminal = "none";
|
|
};
|
|
};
|
|
};
|
|
}
|