diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-12-31 18:34:27 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-12-31 18:34:27 +0100 |
| commit | 9b2131222a6724ec34af4fefc2cc2a540cdd7773 (patch) | |
| tree | 370399a7551adefc6d2e9bc487abe2cd58825414 /profiles | |
| parent | 14fd73852847615a9de28b04e08e27b373e9e6be (diff) | |
update system
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/neovim.nix | 6 | ||||
| -rw-r--r-- | profiles/graphical/suckless.nix | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index e3a141d..500260b 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -95,9 +95,9 @@ nvim-parinfer # ai :( - render-markdown - avante-nvim - nui-nvim + # render-markdown-nvim + # avante-nvim + # nui-nvim ]; }; }; diff --git a/profiles/graphical/suckless.nix b/profiles/graphical/suckless.nix index 8398f91..2f12756 100644 --- a/profiles/graphical/suckless.nix +++ b/profiles/graphical/suckless.nix @@ -91,7 +91,8 @@ enable = true; }; packages = with pkgs; [ - (nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];}) + nerd-fonts.fira-code + nerd-fonts.jetbrains-mono ]; }; } |
