mirror of
https://git.gay/xqtc/nixos-config
synced 2024-12-28 23:13: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,10 +35,12 @@
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
plugins = {
|
plugins = {
|
||||||
|
neoscroll.enable = true;
|
||||||
neogit.enable = true;
|
neogit.enable = true;
|
||||||
neorg = {
|
neorg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
modules = {
|
settings = {
|
||||||
|
load = {
|
||||||
"core.defaults" = {
|
"core.defaults" = {
|
||||||
__empty = null;
|
__empty = null;
|
||||||
};
|
};
|
||||||
|
@ -60,6 +62,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
gitblame.enable = true;
|
gitblame.enable = true;
|
||||||
|
|
||||||
lspkind.enable = true;
|
lspkind.enable = true;
|
||||||
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue