diff --git a/nix/neovim-overlay.nix b/nix/neovim-overlay.nix index a2acd70..f7cb482 100644 --- a/nix/neovim-overlay.nix +++ b/nix/neovim-overlay.nix @@ -29,6 +29,7 @@ with final.pkgs.lib; let # ^ Debugger/task runner # Themes + catppuccin-nvim # Soothing pastel theme for (Neo)vim tokyonight-nvim # https://github.com/folke/tokyonight.nvim # plugins from nixpkgs go in here. diff --git a/nvim/init.lua b/nvim/init.lua index 72813ae..a685ec8 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -15,6 +15,8 @@ if fn.has('termguicolors') then opt.termguicolors = true end +vim.cmd.colorscheme "catppuccin-mocha" + -- See :h