This commit is contained in:
Christoph Schmatzler
2025-08-07 12:55:43 +02:00
parent f4b2d53c17
commit f6a33f03ad
3 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,10 @@
}; };
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
homebrew-core.url = "github:homebrew/homebrew-core"; homebrew-core.url = "github:homebrew/homebrew-core";
homebrew-cask.url = "github:homebrew/homebrew-cask"; homebrew-cask = {
url = "github:homebrew/homebrew-cask";
flake = false;
};
disko = { disko = {
url = "github:nix-community/disko"; url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@@ -16,6 +16,5 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
slack slack
tuple
]; ];
} }

View File

@@ -8,6 +8,7 @@
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [ grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
bash bash
fish fish
elixir
json json
nix nix
toml toml