flake and nvim updates

This commit is contained in:
Salar Rahmanian 2024-10-20 20:36:27 -07:00
parent 81c1cd6d7e
commit f5b32b7288
2 changed files with 15 additions and 16 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728337164, "lastModified": 1729459288,
"narHash": "sha256-VdRTjJFyq4Q9U7Z/UoC2Q5jK8vSo6E86lHc2OanXtvc=", "narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "038630363e7de57c36c417fd2f5d7c14773403e4", "rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -27,11 +27,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727999297, "lastModified": 1729382845,
"narHash": "sha256-LTJuQPCsSItZ/8TieFeP30iY+uaLoD0mT0tAj1gLeyQ=", "narHash": "sha256-REiWck1zIOnZIgGmmOWfwvkQw1f4UrBsxxOSKVSAG4w=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "8c8388ade72e58efdeae71b4cbb79e872c23a56b", "rev": "a001f44cfc47164839eb61c6b1e7f4288813f7e8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728018373, "lastModified": 1729256560,
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=", "narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb", "rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -58,11 +58,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1728353424, "lastModified": 1729471037,
"narHash": "sha256-iUsjMsb3t9pD7WtzJ/iXqjuuVmkkN5ama9GBXEoqPzk=", "narHash": "sha256-aWGGu8XhKVR1FZ8nH8LVdvFwHX65byd8ZOJLi1gVCQA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "279fa31a00899275ebd91ccbfb4c2faa5840a1e9", "rev": "b1f97f5db3a6309affd80e412aee8cce747a1489",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -77,11 +77,10 @@
prettyping prettyping
python3Packages.huggingface-hub python3Packages.huggingface-hub
python3Packages.jupyterlab python3Packages.jupyterlab
pyright
rclone rclone
readline readline
ripgrep ripgrep
ripgrep-all # ripgrep-all
rustup rustup
sbt sbt
scala-cli scala-cli
@ -139,7 +138,7 @@
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
git = true; git = true;
icons = true; icons = "auto";
extraOptions = [ extraOptions = [
"--group-directories-first" "--group-directories-first"
"--long" "--long"
@ -292,6 +291,6 @@
# Neovim Configuration # Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit { xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://code.softinio.com/softinio/nvim-config"; url = "https://code.softinio.com/softinio/nvim-config";
rev = "0baf336e89c9b80182e70a14b0795dd31f004037"; rev = "2a385cac5852cc8b090f29b2f3ef68be7935c3ea";
}; };
} }