Uninstall vim

This commit is contained in:
2025-06-11 13:28:17 +03:00
parent 05b43b89d0
commit 40fb5a6ea5
10 changed files with 261 additions and 7 deletions

View File

@@ -133,6 +133,7 @@
inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.ghostty
];
qt.enable = true;
qt.platformTheme = "qt5ct";
xdg.terminal-exec.enable = true;
@@ -194,6 +195,12 @@
home-manager.users.ocbwoy3 = { config, pkgs, ... }: {
programs.neovim = {
defaultEditor = true;
viAlias = true;
vimAlias = true;
};
imports = [
inputs.catppuccin.homeModules.catppuccin
inputs.zen-browser.homeModules.beta