Files
nix-config/home-manager/programs/foot.nix
T
autumn-the-kitty-cat ffe63a7a0d init: init
2025-11-17 22:58:39 -05:00

14 lines
202 B
Nix

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