update and fix impure
This commit is contained in:
@@ -6,7 +6,11 @@ let
|
||||
in {
|
||||
home.sessionVariables = { EDITOR = "nvim"; };
|
||||
|
||||
home.packages = with pkgs; [ nerdfonts texliveFull clang-tools ];
|
||||
home.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
texliveFull
|
||||
clang-tools
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
@@ -88,7 +92,7 @@ in {
|
||||
neovim-remote
|
||||
# Nix
|
||||
nixd
|
||||
nixfmt
|
||||
nixfmt-classic
|
||||
# Rust
|
||||
rust-analyzer
|
||||
# Bash
|
||||
|
||||
@@ -29,7 +29,7 @@ return {
|
||||
markdown = { "prettierd" },
|
||||
json = { "prettierd" },
|
||||
yaml = { "prettierd" },
|
||||
nix = { "nixfmt" },
|
||||
nix = { "nixfmt-classic" },
|
||||
tex = { "latexindent" },
|
||||
c = { "clang_format" },
|
||||
cpp = { "clang_format" },
|
||||
|
||||
Reference in New Issue
Block a user