feat: add some new flake inputs for other nixpkgs

lix: remove lix module
ghc: fix nixvim installGhc trace
libreoffice: switch to binary distribution
This commit is contained in:
Zhongheng Liu 2024-11-24 13:08:08 +02:00
commit 6eb3bb0b70
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 45 additions and 30 deletions

View file

@ -32,7 +32,10 @@
};
# Haskell
hls.enable = true;
hls = {
enable = true;
installGhc = false;
};
# For TypeScript
ts_ls.enable = true;