mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41: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;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
@ -84,6 +86,7 @@
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
fzf
|
fzf
|
||||||
|
jq
|
||||||
];
|
];
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
|
|
Loading…
Reference in a new issue