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;