Summer Updates.

This commit is contained in:
Lorenzo Good 2025-08-15 16:38:21 -05:00
parent d18f18fc29
commit 1c2078fdde
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
6 changed files with 20 additions and 12 deletions

View file

@ -21,6 +21,7 @@
tl = "tmux list-sessions";
ta = "tmux attach";
rfc_date = "date --rfc-3339='seconds'";
lg = "lazygit";
};
};

View file

@ -1,4 +1,6 @@
{...}: {
programs.lazygit.enable = true;
programs.git = {
enable = true;
lfs.enable = true;

View file

@ -10,7 +10,7 @@
enableExtraSocket = true;
defaultCacheTtl = 34560000;
maxCacheTtl = 34560000;
pinentryPackage = pkgs.pinentry.tty;
pinentry.package = pkgs.pinentry.tty;
enableSshSupport = true;
extraConfig = ''

16
flake.lock generated
View file

@ -86,32 +86,32 @@
]
},
"locked": {
"lastModified": 1747020534,
"narHash": "sha256-D/6rkiC6w2p+4SwRiVKrWIeYzun8FBg7NlMKMwQMxO0=",
"lastModified": 1747556831,
"narHash": "sha256-Qb84nbYFFk0DzFeqVoHltS2RodAYY5/HZQKE8WnBDsc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "b4bbdc6fde16fc2051fcde232f6e288cd22007ca",
"rev": "d0bbd221482c2713cccb80220f3c9d16a6e20a33",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-24.11",
"ref": "release-25.05",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1746957726,
"narHash": "sha256-k9ut1LSfHCr0AW82ttEQzXVCqmyWVA5+SHJkS5ID/Jo=",
"lastModified": 1747953325,
"narHash": "sha256-y2ZtlIlNTuVJUZCqzZAhIw5rrKP4DOSklev6c8PyCkQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a39ed32a651fdee6842ec930761e31d1f242cb94",
"rev": "55d1f923c480dadce40f5231feb472e81b0bab48",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.11",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,11 +1,11 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
flake-parts.url = "github:hercules-ci/flake-parts";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};

View file

@ -1,4 +1,8 @@
{pkgs, ...}: let
{
pkgs,
lib,
...
}: let
plugins = let
inherit (pkgs) vimPlugins;
in
@ -66,6 +70,7 @@
buildVimPlugin {
name = "FoehammerVim";
src = ./config;
buildInputs = plugins;
};
extraConfig = ''