feat(ssh): maximise using amad@atl.tools

This commit is contained in:
Artur Manuel 2025-02-14 23:26:16 +00:00
commit bb630128de
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
4 changed files with 40 additions and 35 deletions

View file

@ -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 = {

View file

@ -21,6 +21,7 @@
packages = builtins.attrValues {
inherit
(pkgs)
eww
wget
vesktop-electron32
mpv

View file

@ -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;
};
};
};