From b8c8e5d79abaec41b9936e4c08e2181df35c461e Mon Sep 17 00:00:00 2001 From: emily Date: Thu, 10 Oct 2024 18:06:11 +0200 Subject: [PATCH] graphical, fly.toml: fixes --- fly.toml | 1 + modules/graphical/nixvim.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/fly.toml b/fly.toml index 4cf700a..2eccb36 100644 --- a/fly.toml +++ b/fly.toml @@ -75,3 +75,4 @@ primary_region = 'ams' [[vm]] size = 'performance-16x' + memory = '96GB' diff --git a/modules/graphical/nixvim.nix b/modules/graphical/nixvim.nix index a947ee4..415ca5b 100644 --- a/modules/graphical/nixvim.nix +++ b/modules/graphical/nixvim.nix @@ -211,6 +211,7 @@ plugins.luasnip.enable = true; plugins.nvim-autopairs.enable = true; plugins.rainbow-delimiters.enable = true; + plugins.web-devicons.enable = true; # Broken plugins.rustaceanvim.enable = false; plugins.treesitter-context.enable = true;