mirror of
https://git.gay/xqtc/nixos-config
synced 2024-12-28 07:43:45 +01:00
idk
This commit is contained in:
parent
0ee6714cf4
commit
17d0454af3
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -57,7 +57,6 @@
|
||||||
contacts
|
contacts
|
||||||
calendar
|
calendar
|
||||||
# notes
|
# notes
|
||||||
|
|
||||||
previewgenerator
|
previewgenerator
|
||||||
;
|
;
|
||||||
# recognize = pkgs.fetchNextcloudApp {
|
# recognize = pkgs.fetchNextcloudApp {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue