wyebanie neovima

This commit is contained in:
installer
2024-11-18 17:12:16 +01:00
parent 27a0972719
commit fe70fe3f8a
20 changed files with 4 additions and 406 deletions

View File

@@ -245,7 +245,6 @@ in {
};
environment.systemPackages = with pkgs; [
vim
wget
killall
eza
@@ -298,7 +297,6 @@ in {
pavucontrol
tree
spotify
neovide
greetd.tuigreet
librewolf
protonup
@@ -320,6 +318,7 @@ in {
nodejs
kdePackages.kdenlive
obs-studio
thefuck
];
fonts = {

View File

@@ -16,7 +16,6 @@ in {
../../config/emoji.nix
../../config/fastfetch
../../config/hyprland.nix
../../config/neovim.nix
../../config/rofi/rofi.nix
../../config/rofi/config-emoji.nix
../../config/rofi/config-long.nix
@@ -148,9 +147,6 @@ in {
gh.enable = true;
btop = {
enable = true;
settings = {
vim_keys = true;
};
};
kitty = {
enable = true;
@@ -195,13 +191,15 @@ in {
fu = "nh os switch --hostname ${host} --update /home/${username}/zaneyos";
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
ncg = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
v = "nvim";
n = "nano";
f = "fuck";
cat = "bat";
ls = "eza --icons";
ll = "eza -lh --icons --grid --group-directories-first";
la = "eza -lah --icons --grid --group-directories-first";
ssh-server = "ssh garand_plg@192.168.1.156 -p 556 -i ~/.ssh/hp-t640-homeserver";
terminal = "cat /home/garand_plg/Documents/terminal.txt";
e-terminal = "nano /home/garand_plg/Documents/terminal.txt";
".." = "cd ..";
};
};