@@ -12,6 +12,8 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowBroken = false;
|
||||
|
||||
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
|
||||
networking.hostName = "macbook";
|
||||
|
||||
nix.settings = {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
imports = [
|
||||
../../modules/home-manager/git
|
||||
../../modules/home-manager/nixvim
|
||||
../../modules/home-manager/wezterm
|
||||
../../modules/home-manager/kitty
|
||||
../../modules/home-manager/zsh
|
||||
../../modules/home-manager/tmux
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
alejandra
|
||||
ripgrep
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
@@ -284,6 +285,14 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
neotest = {
|
||||
enable = true;
|
||||
adapters = {
|
||||
jest = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user