mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate curl
This commit is contained in:
@@ -14,11 +14,9 @@
|
||||
~/.config/gh-dash/config.yml: github/gh-dash/config.yml
|
||||
~/.config/gh/config.yml: github/gh/config.yml
|
||||
~/.config/nvim: nvim
|
||||
~/.config/sketchybar: sketchybar
|
||||
~/.config/starship.toml: prompt/starship.toml
|
||||
~/.config/tmux/tmux-nerd-font-window-name.yml: tmux/tmux-nerd-font-window-name.yml
|
||||
~/.config/zed/settings.json: zed/settings.json
|
||||
~/.curlrc: url/curlrc
|
||||
~/.gitconfig: git/gitconfig
|
||||
~/.gitignore: git/gitignore
|
||||
~/.gitmux.conf: tmux/gitmux.conf
|
||||
|
||||
9
nix/home/curl/default.nix
Normal file
9
nix/home/curl/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file = {
|
||||
".curlrc" = { source = ./curlrc; };
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.curl ];
|
||||
}
|
||||
@@ -11,6 +11,7 @@ in
|
||||
./asdf
|
||||
./bat
|
||||
./ctags
|
||||
./curl
|
||||
./editorconfig
|
||||
./gnupg
|
||||
./hammerspoon
|
||||
|
||||
Reference in New Issue
Block a user