mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Fixes for nix and nix-darwin updates, adds omnisharp
This commit is contained in:
parent
223b248c7f
commit
04781f9469
2 changed files with 12 additions and 12 deletions
|
@ -13,9 +13,10 @@
|
|||
targets.thumbv7em-none-eabihf.latest.rust-std
|
||||
]);
|
||||
nixd-upstream = inputs.nixd.packages.${pkgs.system}.default;
|
||||
extras = [fenix-rust nixd-upstream] ++ node-packages;
|
||||
in {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
home.packages =
|
||||
(with pkgs; [
|
||||
alejandra
|
||||
bash
|
||||
bat
|
||||
|
@ -25,20 +26,19 @@ in {
|
|||
curl
|
||||
docker
|
||||
docker-compose
|
||||
dotnet-sdk_8
|
||||
dotnet-sdk
|
||||
fd
|
||||
fenix-rust
|
||||
findutils
|
||||
gawk
|
||||
git-crypt
|
||||
jq
|
||||
nix-tree
|
||||
nix-zsh-completions
|
||||
nixfmt
|
||||
nixd-upstream
|
||||
nixfmt-classic
|
||||
nixpkgs-fmt
|
||||
nmap
|
||||
nodejs
|
||||
omnisharp-roslyn
|
||||
openssh
|
||||
pass-git-helper
|
||||
pv
|
||||
|
@ -54,6 +54,6 @@ in {
|
|||
vhdl-ls
|
||||
vscode-langservers-extracted
|
||||
zsh-completions
|
||||
]
|
||||
++ node-packages;
|
||||
])
|
||||
++ extras;
|
||||
}
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
autocd = true;
|
||||
defaultKeymap = "emacs";
|
||||
dotDir = ".config/zsh";
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
enableCompletion = true;
|
||||
# syntaxHighlighting = {
|
||||
# enable = true;
|
||||
# };
|
||||
syntaxHighlighting = {
|
||||
enable = true;
|
||||
};
|
||||
enableVteIntegration = true;
|
||||
|
||||
initExtraBeforeCompInit = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue