mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate wget
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
~/.tmux-cht-languages: tmux/tmux-cht-languages
|
||||
~/.tmux.conf: tmux/tmux.conf
|
||||
~/.wezterm.lua: wezterm/wezterm.lua
|
||||
~/.wget: url/wget
|
||||
~/.zsh.d: zsh/zsh.d
|
||||
~/.zshrc: zsh/zshrc
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ in
|
||||
./ruby
|
||||
./sesh
|
||||
./skhd
|
||||
./wget
|
||||
./yabai
|
||||
./yazi
|
||||
];
|
||||
|
||||
9
nix/home/wget/default.nix
Normal file
9
nix/home/wget/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file = {
|
||||
".wget" = { source = ./wget; };
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.wget ];
|
||||
}
|
||||
Reference in New Issue
Block a user