This commit is contained in:
joygnu 2024-07-14 16:04:36 +02:00
parent fb1c179aec
commit e4376b2db4
3 changed files with 2 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Start the virtual machine named "Windows" using virsh # Start the virtual machine named "Windows" using virsh
virsh --connect qemu:///system start Windows virsh --connect qemu:///system start Windows

View file

@ -10,15 +10,6 @@
colorschemes.gruvbox.enable = true; colorschemes.gruvbox.enable = true;
plugins = { plugins = {
treesitter = {
enable = true;
settings = {
indent = {
enable = true;
};
};
nixvimInjections = true;
};
lualine.enable = true; lualine.enable = true;
}; };

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sw
hostname=$(hostname) hostname=$(hostname)