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)