Compare commits
3 commits
8f6650bbd1
...
70c91c277a
Author | SHA1 | Date | |
---|---|---|---|
70c91c277a | |||
dc2b0abac1 | |||
e8527837ec |
2 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -371,7 +371,7 @@ lspconfig_setup("lua_ls", {
|
|||
require("dashboard").setup({
|
||||
theme = "hyper",
|
||||
config = {
|
||||
packages = { enable = true },
|
||||
packages = { enable = false },
|
||||
week_header = {
|
||||
enable = true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue