mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
pushgateway
This commit is contained in:
parent
791d21b7c4
commit
66a14cc332
9 changed files with 32 additions and 738 deletions
|
@ -64,12 +64,17 @@ with lib;
|
|||
};
|
||||
|
||||
nix = {
|
||||
command = "nil";
|
||||
command = "nixd";
|
||||
filetypes = [ "nix" ];
|
||||
rootPatterns = [ "flake.nix" ];
|
||||
settings = {
|
||||
nil = {
|
||||
formatting = { command = [ "nixpkgs-fmt" ]; };
|
||||
nixd = {
|
||||
formatting = {
|
||||
command = "nixpkgs-fmt";
|
||||
};
|
||||
options = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -126,7 +131,7 @@ with lib;
|
|||
rust-vim
|
||||
];
|
||||
|
||||
extraPackages = with pkgs; [ rust-analyzer pkgs.nil pyright nixpkgs-fmt ormolu ccls gopls ];
|
||||
extraPackages = with pkgs; [ rust-analyzer pkgs.nixd pyright nixpkgs-fmt ormolu ccls gopls ];
|
||||
|
||||
extraConfig = ''
|
||||
luafile ${./settings.lua}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue