mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
flake update, nvim update and add pngpaste
This commit is contained in:
parent
5c6caa88a9
commit
1636b6eb8a
2 changed files with 16 additions and 14 deletions
6
home.nix
6
home.nix
|
@ -74,6 +74,7 @@
|
|||
openssl
|
||||
pandoc
|
||||
patchelf
|
||||
pngpaste
|
||||
prettyping
|
||||
rclone
|
||||
readline
|
||||
|
@ -326,6 +327,7 @@
|
|||
giscala="gitignore scala,vim,java,sbt > .gitignore";
|
||||
gforksync="git fetch upstream && git merge upstream/master && git push origin master";
|
||||
grep="grep --color=auto";
|
||||
lg="lazygit";
|
||||
new-sbt="sbt new scala/scala-seed.g8";
|
||||
nixc="cd ~/.config/nixpkgs";
|
||||
nixre="nix build && sudo ./result/activate";
|
||||
|
@ -345,8 +347,8 @@
|
|||
|
||||
# Neovim Configuration
|
||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
||||
url = "https://git.softinio.com/nvim-config.git";
|
||||
rev = "49af022e9a5fbf4d5a87a4fabafb42fd4890cfed";
|
||||
url = "https://code.softinio.com/softinio/nvim-config";
|
||||
rev = "a58443e9e5b6afdaa2d23a54d6abe81c6496b3a6";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue