From 6251eb4e6b78d04b27a00c3b36011556707004de Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 11 Mar 2024 16:52:31 -0400 Subject: [PATCH] 162 current 2024-03-11 16:52:23 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/default.nix | 1 + modules/home-manager/vim.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 8ae8e47..6051a4a 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -91,6 +91,7 @@ pkgs.ungoogled-chromium pkgs.mongodb-compass + pkgs.postman # # You can also create simple shell scripts directly inside your # # configuration. For example, this adds a command 'my-hello' to your diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 11295d0..6c3f2b3 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -27,9 +27,9 @@ # colorschemes.dracula.enable = true; # colorschemes.catppuccin.enable = true; - colorschemes.kanagawa.enable = true; + # colorschemes.kanagawa.enable = true; # colorschemes.oxocarbon.enable = true; - # colorschemes.tokyonight.enable = true; + colorschemes.tokyonight.enable = true; options = { number = true; relativenumber = true;