Files
nix-config/home/autumn/programs/foot.nix
T
2025-12-01 17:54:36 -05:00

14 lines
202 B
Nix

{...}: {
programs.foot = {
enable = true;
settings = {
cursor = {
style = "beam";
};
key-bindings = {
spawn-terminal = "none";
};
};
};
}