This commit is contained in:
xqtc 2024-12-22 21:47:32 +01:00
parent 0ee6714cf4
commit 17d0454af3
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
5 changed files with 25 additions and 24 deletions

View file

@ -139,7 +139,7 @@ for _, gpu in ipairs(wezterm.gui.enumerate_gpus()) do
end
if HOSTNAME == 'asmodeus' then
config.enable_wayland = false
config.enable_wayland = true
else
config.enable_wayland = false
end

View file

@ -35,10 +35,12 @@
# };
# };
plugins = {
neoscroll.enable = true;
neogit.enable = true;
neorg = {
enable = true;
modules = {
settings = {
load = {
"core.defaults" = {
__empty = null;
};
@ -60,6 +62,7 @@
};
};
};
};
gitblame.enable = true;
lspkind.enable = true;
@ -257,7 +260,6 @@
nixvimInjections = true;
settings = {
ensure_installed = "all";
# highlight.enable = true;
highlight.enable = true;
indent.enable = true;
};

View file

@ -73,7 +73,7 @@
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.production;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
# Use the systemd-boot EFI boot loader.

View file

@ -57,7 +57,6 @@
contacts
calendar
# notes
previewgenerator
;
# recognize = pkgs.fetchNextcloudApp {