Compare commits

...

3 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ in
grep = "rg";
rm = "rm -i";
mv = "mv -i";
cd = "z";
nixos-switch = nom-system-command "sudo nixos-rebuild switch --flake ~/.dotfiles";
nixos-boot = nom-system-command "sudo nixos-rebuild boot --flake ~/.dotfiles";

View File

@ -371,7 +371,7 @@ lspconfig_setup("lua_ls", {
require("dashboard").setup({
theme = "hyper",
config = {
packages = { enable = true },
packages = { enable = false },
week_header = {
enable = true,
},