up
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -16,6 +16,5 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
slack
|
slack
|
||||||
tuple
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user