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

View File

@@ -1,7 +1,7 @@
{ inputs, config, pkgs, ... }:
{
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
@@ -34,6 +34,9 @@
(callPackage ./apps/wl-shimeji.nix {})
(writeShellScriptBin "stop-shimejis" ''${inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland}/bin/hyprctl dispatch exec "shimejictl stop"'')
# (writeShellScriptBin "partynoob" ''shimejictl summon PartyNoob'')
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
kdePackages.qtdeclarative
catppuccin-gtk
catppuccin
catppuccin-qt5ct
@@ -54,7 +57,6 @@
imagemagick
alacritty
libimobiledevice
vim
direnv
nautilus
kdePackages.dolphin