mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
Add jq
and Tailscale
This commit is contained in:
parent
02591d8594
commit
d04c49190a
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
@ -84,6 +86,7 @@
|
|||
wget
|
||||
curl
|
||||
fzf
|
||||
jq
|
||||
];
|
||||
environment.variables = {
|
||||
EDITOR = "vim";
|
||||
|
|
Loading…
Reference in a new issue