mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(nix): migrate wget
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
~/.tmux-cht-languages: tmux/tmux-cht-languages
|
~/.tmux-cht-languages: tmux/tmux-cht-languages
|
||||||
~/.tmux.conf: tmux/tmux.conf
|
~/.tmux.conf: tmux/tmux.conf
|
||||||
~/.wezterm.lua: wezterm/wezterm.lua
|
~/.wezterm.lua: wezterm/wezterm.lua
|
||||||
~/.wget: url/wget
|
|
||||||
~/.zsh.d: zsh/zsh.d
|
~/.zsh.d: zsh/zsh.d
|
||||||
~/.zshrc: zsh/zshrc
|
~/.zshrc: zsh/zshrc
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ in
|
|||||||
./ruby
|
./ruby
|
||||||
./sesh
|
./sesh
|
||||||
./skhd
|
./skhd
|
||||||
|
./wget
|
||||||
./yabai
|
./yabai
|
||||||
./yazi
|
./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