mirror of
https://git.gay/xqtc/nixos-config
synced 2024-12-27 14:53:44 +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
|
||||
|
||||
if HOSTNAME == 'asmodeus' then
|
||||
config.enable_wayland = false
|
||||
config.enable_wayland = true
|
||||
else
|
||||
config.enable_wayland = false
|
||||
end
|
||||
|
|
|
@ -35,28 +35,31 @@
|
|||
# };
|
||||
# };
|
||||
plugins = {
|
||||
neoscroll.enable = true;
|
||||
neogit.enable = true;
|
||||
neorg = {
|
||||
enable = true;
|
||||
modules = {
|
||||
"core.defaults" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.dirman" = {
|
||||
config = {
|
||||
workspaces = {
|
||||
home = "~/notes/";
|
||||
settings = {
|
||||
load = {
|
||||
"core.defaults" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.dirman" = {
|
||||
config = {
|
||||
workspaces = {
|
||||
home = "~/notes/";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
"core.concealer" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.export" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.export.markdown" = {
|
||||
__empty = null;
|
||||
"core.concealer" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.export" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.export.markdown" = {
|
||||
__empty = null;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -257,7 +260,6 @@
|
|||
nixvimInjections = true;
|
||||
settings = {
|
||||
ensure_installed = "all";
|
||||
# highlight.enable = true;
|
||||
highlight.enable = true;
|
||||
indent.enable = true;
|
||||
};
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
contacts
|
||||
calendar
|
||||
# notes
|
||||
|
||||
previewgenerator
|
||||
;
|
||||
# recognize = pkgs.fetchNextcloudApp {
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
security.pam.services.swaylock.fprintAuth = true;
|
||||
|
||||
services.fprintd.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-goodix; # (On my device it only worked with this driver)
|
||||
|
||||
hardware.graphics = {
|
||||
|
|
Loading…
Reference in a new issue