update - no xmobar, missing passages

This commit is contained in:
2025-04-20 01:15:08 +02:00
parent 5449978ad9
commit 61a35c611a
8 changed files with 159 additions and 71 deletions

View File

@@ -6,7 +6,12 @@ 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
vimPlugins.catppuccin-nvim
];
programs.neovim = {
enable = true;
@@ -88,7 +93,7 @@ in {
neovim-remote
# Nix
nixd
nixfmt
nixfmt-rfc-style
# Rust
rust-analyzer
# Bash

View File

@@ -29,7 +29,7 @@ return {
markdown = { "prettierd" },
json = { "prettierd" },
yaml = { "prettierd" },
nix = { "nixfmt" },
nix = { "nixfmt-rfc-style" },
tex = { "latexindent" },
c = { "clang_format" },
cpp = { "clang_format" },