1
0
Fork 0

Fix helix/nom

This commit is contained in:
Malte 2022-11-23 18:30:57 +01:00
parent 0f8baa2af0
commit 05fd63988c
2 changed files with 16 additions and 2 deletions

View file

@ -74,7 +74,7 @@ in {
lsp.display-messages = true;
indent-guides.render = true;
cursorline = true;
color-modes = true;
# color-modes = true; # Not in released helix
};
};
languages = [

View file

@ -6,6 +6,20 @@ in {
inherit unstable;
unstableHaskellPackages = unstable.haskellPackages;
unstableGhc = unstable.ghc;
inherit (unstable) nix home-assistant vscode-extensions vscodium cachix cabal2nix chrysalis nil taplo tut emanote;
inherit
(unstable)
nix
home-assistant
vscode-extensions
vscodium
cachix
cabal2nix
chrysalis
nil
taplo
tut
emanote
nix-output-monitor
;
nixpkgs-bot = bot.packages.x86_64-linux.default;
}