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