diff --git a/configuration.nix b/configuration.nix index 75be71d..f7a4760 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,6 +14,7 @@ device = "nodev"; configurationLimit = 5; useOSProber = true; + default = "saved"; theme = pkgs.sleek-grub-theme.override { withBanner = "welcome to ${config.networking.hostName}"; withStyle = "dark"; diff --git a/home-manager/neovim/neorg.lua b/home-manager/neovim/neorg.lua new file mode 100644 index 0000000..2296608 --- /dev/null +++ b/home-manager/neovim/neorg.lua @@ -0,0 +1,7 @@ +local neorg = require("neorg") + +neorg.setup({ + load = { + ["core.defaults"] = {} + } +})