tangled
alpha
login
or
join now
ladas552.me
/
Flake-ocean
0
fork
atom
My NixOS config Part 3: Flake-Parts Crusaders
nix.ladas552.me
hjem
nix
nixos
impermanence
flake-parts
nvfetcher
niri
noctalia
0
fork
atom
overview
issues
pulls
pipelines
new git email
ladas552.me
2 weeks ago
80a27d57
632beeac
verified
This commit was signed with the committer's
known signature
.
ladas552.me
SSH Key Fingerprint:
SHA256:0redZTrFxpDNqzo1nB3+1r0tUTqjJNLsKTW6QpfrRi0=
+2
-2
2 changed files
expand all
collapse all
unified
split
modules
hjemModules
Terminals
git.nix
homeModules
Terminals
git.nix
+1
-1
modules/hjemModules/Terminals/git.nix
···
6
6
settings = {
7
7
user = {
8
8
name = "Ladas552";
9
9
-
email = "l.tokshalov@gmail.com";
9
9
+
email = "me@ladas552.me";
10
10
};
11
11
init.defaultBranch = "master";
12
12
gpg.format = "ssh";
+1
-1
modules/homeModules/Terminals/git.nix
···
5
5
settings = {
6
6
user = {
7
7
name = "Ladas552";
8
8
-
email = "l.tokshalov@gmail.com";
8
8
+
email = "me@ladas552.me";
9
9
# chmod 400
10
10
signingkey = "~/.ssh/NixToks";
11
11
};