Merge pull request 'update_flake_lock_action' (#206) from update_flake_lock_action into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix flake / Perform Nix flake checks (push) Successful in 2m16s

Reviewed-on: #206
This commit was merged in pull request #206.
This commit is contained in:
2026-04-03 00:37:16 -04:00
3 changed files with 5 additions and 0 deletions

View File

@@ -163,6 +163,7 @@
userDirs = {
enable = true;
createDirectories = true;
setSessionVariables = true;
extraConfig = {
SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots";
};

View File

@@ -6,6 +6,7 @@
lfs.enable = true;
signing = {
key = "5EFFB75F7C9B74EAA5C4637547940175096C1330";
format = "openpgp";
signByDefault = true;
};
settings = {
@@ -14,6 +15,7 @@
color.ui = true;
init.defaultBranch = "main";
format.signoff = true;
format.commitMessage = "signed-off-by";
pack.windowMemory = "2g";
pack.packSizeLimit = "1g";
user.email = "aliceghuston@gmail.com";

View File

@@ -279,5 +279,7 @@ in
# arch zed deps
nixd
uv
pdf4qt
];
}