flake and neovim related updates

This commit is contained in:
Salar Rahmanian 2023-12-17 15:32:00 -08:00
parent 482c68d6df
commit b02dc5d2ed
3 changed files with 12 additions and 12 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702159252, "lastModified": 1702814335,
"narHash": "sha256-4mYOL1EhOmt92OtYsHXRViWrSHvR5obLfCllMmQsUzY=", "narHash": "sha256-Qck7BAMi3eydzT1WFOzp/SgECetyPpOn1dLgmxH2ebQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e6b7303bd149723c57ca23f5a9428482d6b07306", "rev": "e4dba0bd01956170667458be7b45f68170a63651",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1701718080, "lastModified": 1702312524,
"narHash": "sha256-6ovz0pG76dE0P170pmmZex1wWcQoeiomUZGggfH9XPs=", "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2c7f3c0fb7c08a0814627611d9d7d45ab6d75335", "rev": "a9bf124c46ef298113270b1f84a164865987a91c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -58,11 +58,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1702161971, "lastModified": 1702838362,
"narHash": "sha256-A1PO1dgLCk8hPsb/q8GesuW6pplRu2YsRMKznOnlfwE=", "narHash": "sha256-ft1fzEDtKJjjgMF7JWmzkxiJo9FxZ1HFMJ08hRGbYt0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "d068810e22fb745f32c8c8891e816f3ad0f14cea", "rev": "211009227f02cc46ca6239891c1cc005ae8c00f9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -54,6 +54,7 @@
luajitPackages.luasocket luajitPackages.luasocket
marksman marksman
maven maven
metals
multimarkdown multimarkdown
mypy mypy
ncdu ncdu
@ -273,8 +274,6 @@
set -xg PATH "/Users/salar/Library/Application Support/Coursier/bin" $PATH set -xg PATH "/Users/salar/Library/Application Support/Coursier/bin" $PATH
set -xg JAVA_HOME /Users/salar/.nix-profile
set -xg WORKSPACE /Users/salar/Projects set -xg WORKSPACE /Users/salar/Projects
set -xg NIX_PATH $HOME/.nix-defexpr/channels $NIX_PATH set -xg NIX_PATH $HOME/.nix-defexpr/channels $NIX_PATH
@ -338,7 +337,7 @@
# Neovim Configuration # Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit { xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://git.softinio.com/nvim-config.git"; url = "https://git.softinio.com/nvim-config.git";
rev = "eb9068022763edafca9ac280ab3553fafc59ee5b"; rev = "49af022e9a5fbf4d5a87a4fabafb42fd4890cfed";
}; };
} }

View file

@ -64,6 +64,7 @@ return {
flags = 'FUZZY|WORKSPACES', flags = 'FUZZY|WORKSPACES',
}, },
}, },
{ key = 'Tab', mods = 'CTRL', action = wezterm.action.DisableDefaultAssignment },
} }
} }