calcite: small fixes
This commit is contained in:
parent
3b393a74f5
commit
f87136fc94
5 changed files with 13 additions and 2 deletions
|
@ -13,7 +13,7 @@ in
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
shell = {
|
||||
terminal.shell = {
|
||||
program = config.programs.zellij.package + "/bin/zellij";
|
||||
args = [
|
||||
"attach"
|
||||
|
|
|
@ -36,6 +36,7 @@ in
|
|||
a = "add";
|
||||
d = "diff";
|
||||
s = "status";
|
||||
ck = "checkout";
|
||||
};
|
||||
signing = mkIf cfg.signing.enable {
|
||||
signByDefault = true;
|
||||
|
|
|
@ -11,6 +11,7 @@ let
|
|||
neovideConfig = {
|
||||
neovim-bin = getExe pkgs.nixvim;
|
||||
fork = true;
|
||||
frame = "none";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue