Skip to content

Commit

Permalink
vmnix: include cachix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschrstnsn committed Jul 3, 2023
1 parent 8559ef0 commit d1a6ac0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion machines/vmnix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@ in
editor = "vim";
};
tmux.enable = true;
vim.enable = true;
vim = {
enable = true;
treesitter.grammarPackageSet = "slim";
};
};
extraPackages = pkgs: with pkgs; [
cachix
jq
];

system = systems.arm-linux;

nixos = {
Expand Down

0 comments on commit d1a6ac0

Please sign in to comment.