diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-08-17 22:18:48 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-08-17 22:18:48 +0530 |
| commit | eb2ff1efdf31180c3dbeabb928dcf028ff8b33f9 (patch) | |
| tree | 859e773fa4eeadc3896c370e8ba1d1f38f3c386d /module.nix | |
| parent | 1473396b0b437075d17aeac631756765509f74cd (diff) | |
Matugen colorscheme
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -142,14 +142,12 @@ inputs: data = nvim-web-devicons; lazy = false; } - # { - # data = config.nvim-lib.neovimPlugins.base46; - # lazy = false; - # } + { + data = config.nvim-lib.neovimPlugins.base46; + lazy = false; + } tokyonight-nvim - kanagawa-nvim - kanagawa-paper-nvim config.nvim-lib.neovimPlugins.neogit blink-indent blink-pairs |
