diff --git a/users/alice/home.nix b/users/alice/home.nix index ba08715..db607d5 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -163,6 +163,7 @@ userDirs = { enable = true; createDirectories = true; + setSessionVariables = true; extraConfig = { SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots"; }; diff --git a/users/alice/home/git.nix b/users/alice/home/git.nix index cb4a4c8..3ed0676 100644 --- a/users/alice/home/git.nix +++ b/users/alice/home/git.nix @@ -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"; diff --git a/users/alice/non-server.nix b/users/alice/non-server.nix index a0f0662..fd7bc97 100644 --- a/users/alice/non-server.nix +++ b/users/alice/non-server.nix @@ -279,5 +279,7 @@ in # arch zed deps nixd uv + + pdf4qt ]; }