feat(ssh): maximise using amad@atl.tools
This commit is contained in:
parent
883d79fa0f
commit
bb630128de
4 changed files with 40 additions and 35 deletions
|
@ -13,9 +13,8 @@
|
|||
deadnix
|
||||
alejandra
|
||||
neovide
|
||||
neovim
|
||||
;
|
||||
# neovim = inputs.painless-neovim.packages.${pkgs.system}.default;
|
||||
neovim = inputs.painless-neovim.packages.${pkgs.system}.default;
|
||||
};
|
||||
sessionVariables = {EDITOR = "neovide --no-fork";};
|
||||
};
|
||||
|
@ -69,6 +68,15 @@
|
|||
rsyncd.enable = true;
|
||||
};
|
||||
|
||||
programs.git.config = {
|
||||
gpg.format = "ssh";
|
||||
user = {
|
||||
email = "amad@atl.tools";
|
||||
name = "Artur Manuel";
|
||||
signingKey = "~/.ssh/id_ed25519.pub";
|
||||
};
|
||||
};
|
||||
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
|
||||
xdg.mime = {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
eww
|
||||
wget
|
||||
vesktop-electron32
|
||||
mpv
|
||||
|
|
|
@ -107,11 +107,7 @@ in {
|
|||
diff = "auto";
|
||||
status = "auto";
|
||||
};
|
||||
user = {
|
||||
email = "balkenix@outlook.com";
|
||||
name = "Artur Manuel";
|
||||
signingKey = "~/.ssh/id_ed25519.pub";
|
||||
};
|
||||
commit.gpgsign = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue