Compare commits
No commits in common. "70c91c277a1d3ce0810edf41411f7b93f290997f" and "8f6650bbd1f28b2409fca4e7c325522c19a23432" have entirely different histories.
70c91c277a
...
8f6650bbd1
2 changed files with 1 additions and 2 deletions
|
@ -48,7 +48,6 @@ 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";
|
||||
|
|
|
@ -371,7 +371,7 @@ lspconfig_setup("lua_ls", {
|
|||
require("dashboard").setup({
|
||||
theme = "hyper",
|
||||
config = {
|
||||
packages = { enable = false },
|
||||
packages = { enable = true },
|
||||
week_header = {
|
||||
enable = true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue