update lockfile

This commit is contained in:
xunuwu 2026-03-29 21:11:56 +02:00
parent 5450db84fc
commit 843054828b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
5 changed files with 113 additions and 54 deletions

View file

@ -20,11 +20,11 @@
signing = {
key = "${config.home.homeDirectory}/.ssh/id_ed25519";
format = "ssh";
signByDefault = true;
};
settings = {
gpg.format = "ssh";
push.autoSetupRemote = true;
pull.rebase = true;
rebase.autostash = true;

View file

@ -19,6 +19,7 @@ in {
pictures = home + "/pics";
publicShare = home + "/share";
videos = home + "/vids";
setSessionVariables = true;
extraConfig = {
SCREENSHOTS = config.xdg.userDirs.pictures + "/screenshots";
};