Compare commits

...

3 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ in
grep = "rg"; grep = "rg";
rm = "rm -i"; rm = "rm -i";
mv = "mv -i"; mv = "mv -i";
cd = "z";
nixos-switch = nom-system-command "sudo nixos-rebuild switch --flake ~/.dotfiles"; nixos-switch = nom-system-command "sudo nixos-rebuild switch --flake ~/.dotfiles";
nixos-boot = nom-system-command "sudo nixos-rebuild boot --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({ require("dashboard").setup({
theme = "hyper", theme = "hyper",
config = { config = {
packages = { enable = true }, packages = { enable = false },
week_header = { week_header = {
enable = true, enable = true,
}, },