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 end
if HOSTNAME == 'asmodeus' then if HOSTNAME == 'asmodeus' then
config.enable_wayland = false config.enable_wayland = true
else else
config.enable_wayland = false config.enable_wayland = false
end end

View file

@ -35,28 +35,31 @@
# }; # };
# }; # };
plugins = { plugins = {
neoscroll.enable = true;
neogit.enable = true; neogit.enable = true;
neorg = { neorg = {
enable = true; enable = true;
modules = { settings = {
"core.defaults" = { load = {
__empty = null; "core.defaults" = {
}; __empty = null;
"core.dirman" = { };
config = { "core.dirman" = {
workspaces = { config = {
home = "~/notes/"; workspaces = {
home = "~/notes/";
};
}; };
}; };
}; "core.concealer" = {
"core.concealer" = { __empty = null;
__empty = null; };
}; "core.export" = {
"core.export" = { __empty = null;
__empty = null; };
}; "core.export.markdown" = {
"core.export.markdown" = { __empty = null;
__empty = null; };
}; };
}; };
}; };
@ -257,7 +260,6 @@
nixvimInjections = true; nixvimInjections = true;
settings = { settings = {
ensure_installed = "all"; ensure_installed = "all";
# highlight.enable = true;
highlight.enable = true; highlight.enable = true;
indent.enable = true; indent.enable = true;
}; };

View file

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

View file

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

View file

@ -22,11 +22,11 @@
security.pam.services.swaylock.fprintAuth = true; security.pam.services.swaylock.fprintAuth = true;
services.fprintd.enable = true; services.fprintd.enable = true;
services.fprintd.tod.enable = true; services.fprintd.tod.enable = true;
# services.fprintd.tod.driver = pkgs.libfprint-2-tod1-vfs0090; # (If the vfs0090 Driver does not work, use the following driver) # services.fprintd.tod.driver = pkgs.libfprint-2-tod1-vfs0090; # (If the vfs0090 Driver does not work, use the following driver)
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix; # (On my device it only worked with this driver) services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix; # (On my device it only worked with this driver)
hardware.graphics = { hardware.graphics = {