update_flake_lock_action #206

Merged
ahuston-0 merged 2 commits from update_flake_lock_action into main 2026-04-03 00:37:17 -04:00
3 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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