From e4376b2db4eacd6a9fa7f402fcb07699221b2979 Mon Sep 17 00:00:00 2001 From: joygnu Date: Sun, 14 Jul 2024 16:04:36 +0200 Subject: [PATCH] vim --- home/hyprland/vm.sh | 2 +- home/neovim/default.nix | 9 --------- home/zsh/desktop-laptop.sh | 2 +- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/home/hyprland/vm.sh b/home/hyprland/vm.sh index ddd0065..a9bad37 100755 --- a/home/hyprland/vm.sh +++ b/home/hyprland/vm.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Start the virtual machine named "Windows" using virsh virsh --connect qemu:///system start Windows diff --git a/home/neovim/default.nix b/home/neovim/default.nix index 8f4dd71..f785187 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -10,15 +10,6 @@ colorschemes.gruvbox.enable = true; plugins = { - treesitter = { - enable = true; - settings = { - indent = { - enable = true; - }; - }; - nixvimInjections = true; - }; lualine.enable = true; }; diff --git a/home/zsh/desktop-laptop.sh b/home/zsh/desktop-laptop.sh index 9eff3ca..153c331 100755 --- a/home/zsh/desktop-laptop.sh +++ b/home/zsh/desktop-laptop.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sw hostname=$(hostname)