updates
This commit is contained in:
parent
1222a2af2f
commit
32214e5c8e
4 changed files with 16 additions and 14 deletions
24
nix/home-manager/flake.lock
generated
24
nix/home-manager/flake.lock
generated
|
@ -83,11 +83,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1715930644,
|
||||
"narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=",
|
||||
"lastModified": 1716457508,
|
||||
"narHash": "sha256-ZxzffLuWRyuMrkVVq7wastNUqeO0HJL9xqfY1QsYaqo=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d",
|
||||
"rev": "850cb322046ef1a268449cf1ceda5fd24d930b05",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -170,11 +170,11 @@
|
|||
"nmt": "nmt"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1715896421,
|
||||
"narHash": "sha256-zdKrjEiEk8g+fR6sh/OyvP2U2wpNg0HDl24auE1Xmss=",
|
||||
"lastModified": 1716380104,
|
||||
"narHash": "sha256-tcVeEM4bW4YLJon5eU9DvyM4OOaMhy4jCDaE/kQPq8w=",
|
||||
"owner": "nixneovim",
|
||||
"repo": "nixneovim",
|
||||
"rev": "a0dcd279644c07e38160acb4ab9a219daec822d1",
|
||||
"rev": "9d829521b8e1065a40896e8a1989c3e2bad05f97",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -196,11 +196,11 @@
|
|||
"poetry2nix": "poetry2nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1715895628,
|
||||
"narHash": "sha256-tizyhlXPdikWtGCbFHL/drvdmQhkyD9p74yxkQpsEO4=",
|
||||
"lastModified": 1716379933,
|
||||
"narHash": "sha256-IlsMK48/UGM5yjb/l0vfN7CyyopGLJ/v+BCS6eGl01A=",
|
||||
"owner": "nixneovim",
|
||||
"repo": "nixneovimplugins",
|
||||
"rev": "022b69d2fcb06a30c9ebefa2c0857ececa4b3e80",
|
||||
"rev": "fbbf2e9c16a280b51f451af699025b72d259ac66",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -226,11 +226,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1716298505,
|
||||
"narHash": "sha256-RNI4WbB9ek6Em0ociXBzYjdtjrqkWTKt4JY7skStSEo=",
|
||||
"lastModified": 1716469964,
|
||||
"narHash": "sha256-i6nDL06KWQimI1qwXm0wMTqbjbqS8psB2vIgiRxmz5A=",
|
||||
"owner": "nixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e615bffffa50d48bb8b02541f9134e9775287225",
|
||||
"rev": "7f332bfd37ef273b30fe882fdb0d4a685795a341",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -9,7 +9,7 @@ in {
|
|||
then "/Users/acicchetti"
|
||||
else "/home/acicchetti";
|
||||
|
||||
stateVersion = "23.11";
|
||||
stateVersion = "24.11";
|
||||
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
|
@ -55,6 +55,7 @@ in {
|
|||
pandoc
|
||||
parallel
|
||||
pdm
|
||||
python312Packages.pipx
|
||||
poetry
|
||||
ripgrep
|
||||
rsync
|
||||
|
|
|
@ -32,6 +32,7 @@ in {
|
|||
"zdharma-continuum/fast-syntax-highlighting"
|
||||
"zsh-users/zsh-completions"
|
||||
"b4b4r07/zsh-vimode-visual"
|
||||
"reegnz/jq-zsh-plugin"
|
||||
"${ohmyzsh-lib}/completion.zsh"
|
||||
"${ohmyzsh-lib}/git.zsh"
|
||||
"${ohmyzsh-plugin}/1password"
|
||||
|
@ -85,7 +86,7 @@ in {
|
|||
else {
|
||||
# exa = "eza -l --git";
|
||||
# ls = "exa";
|
||||
nv = "neovide";
|
||||
nv = "neovide --fork";
|
||||
};
|
||||
in
|
||||
{zj = "zellij -l welcome";} // platformSpecificAliases;
|
||||
|
|
Loading…
Add table
Reference in a new issue