This commit is contained in:
Anthony Cicchetti 2024-05-23 09:20:08 -04:00
parent 1222a2af2f
commit 32214e5c8e
4 changed files with 16 additions and 14 deletions

View file

@ -83,11 +83,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715930644, "lastModified": 1716457508,
"narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=", "narHash": "sha256-ZxzffLuWRyuMrkVVq7wastNUqeO0HJL9xqfY1QsYaqo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d", "rev": "850cb322046ef1a268449cf1ceda5fd24d930b05",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -170,11 +170,11 @@
"nmt": "nmt" "nmt": "nmt"
}, },
"locked": { "locked": {
"lastModified": 1715896421, "lastModified": 1716380104,
"narHash": "sha256-zdKrjEiEk8g+fR6sh/OyvP2U2wpNg0HDl24auE1Xmss=", "narHash": "sha256-tcVeEM4bW4YLJon5eU9DvyM4OOaMhy4jCDaE/kQPq8w=",
"owner": "nixneovim", "owner": "nixneovim",
"repo": "nixneovim", "repo": "nixneovim",
"rev": "a0dcd279644c07e38160acb4ab9a219daec822d1", "rev": "9d829521b8e1065a40896e8a1989c3e2bad05f97",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -196,11 +196,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1715895628, "lastModified": 1716379933,
"narHash": "sha256-tizyhlXPdikWtGCbFHL/drvdmQhkyD9p74yxkQpsEO4=", "narHash": "sha256-IlsMK48/UGM5yjb/l0vfN7CyyopGLJ/v+BCS6eGl01A=",
"owner": "nixneovim", "owner": "nixneovim",
"repo": "nixneovimplugins", "repo": "nixneovimplugins",
"rev": "022b69d2fcb06a30c9ebefa2c0857ececa4b3e80", "rev": "fbbf2e9c16a280b51f451af699025b72d259ac66",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -226,11 +226,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1716298505, "lastModified": 1716469964,
"narHash": "sha256-RNI4WbB9ek6Em0ociXBzYjdtjrqkWTKt4JY7skStSEo=", "narHash": "sha256-i6nDL06KWQimI1qwXm0wMTqbjbqS8psB2vIgiRxmz5A=",
"owner": "nixOS", "owner": "nixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e615bffffa50d48bb8b02541f9134e9775287225", "rev": "7f332bfd37ef273b30fe882fdb0d4a685795a341",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,7 +9,7 @@ in {
then "/Users/acicchetti" then "/Users/acicchetti"
else "/home/acicchetti"; else "/home/acicchetti";
stateVersion = "23.11"; stateVersion = "24.11";
sessionVariables = { sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";

View file

@ -55,6 +55,7 @@ in {
pandoc pandoc
parallel parallel
pdm pdm
python312Packages.pipx
poetry poetry
ripgrep ripgrep
rsync rsync

View file

@ -32,6 +32,7 @@ in {
"zdharma-continuum/fast-syntax-highlighting" "zdharma-continuum/fast-syntax-highlighting"
"zsh-users/zsh-completions" "zsh-users/zsh-completions"
"b4b4r07/zsh-vimode-visual" "b4b4r07/zsh-vimode-visual"
"reegnz/jq-zsh-plugin"
"${ohmyzsh-lib}/completion.zsh" "${ohmyzsh-lib}/completion.zsh"
"${ohmyzsh-lib}/git.zsh" "${ohmyzsh-lib}/git.zsh"
"${ohmyzsh-plugin}/1password" "${ohmyzsh-plugin}/1password"
@ -85,7 +86,7 @@ in {
else { else {
# exa = "eza -l --git"; # exa = "eza -l --git";
# ls = "exa"; # ls = "exa";
nv = "neovide"; nv = "neovide --fork";
}; };
in in
{zj = "zellij -l welcome";} // platformSpecificAliases; {zj = "zellij -l welcome";} // platformSpecificAliases;