update - no xmobar, missing passages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user