mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
flake and nvim updates
This commit is contained in:
parent
81c1cd6d7e
commit
f5b32b7288
2 changed files with 15 additions and 16 deletions
7
home.nix
7
home.nix
|
@ -77,11 +77,10 @@
|
|||
prettyping
|
||||
python3Packages.huggingface-hub
|
||||
python3Packages.jupyterlab
|
||||
pyright
|
||||
rclone
|
||||
readline
|
||||
ripgrep
|
||||
ripgrep-all
|
||||
# ripgrep-all
|
||||
rustup
|
||||
sbt
|
||||
scala-cli
|
||||
|
@ -139,7 +138,7 @@
|
|||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
icons = "auto";
|
||||
extraOptions = [
|
||||
"--group-directories-first"
|
||||
"--long"
|
||||
|
@ -292,6 +291,6 @@
|
|||
# Neovim Configuration
|
||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
||||
url = "https://code.softinio.com/softinio/nvim-config";
|
||||
rev = "0baf336e89c9b80182e70a14b0795dd31f004037";
|
||||
rev = "2a385cac5852cc8b090f29b2f3ef68be7935c3ea";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue