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:
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