@@ -45,11 +45,8 @@
|
||||
];
|
||||
};
|
||||
|
||||
nvidia-container-toolkit.enable = (
|
||||
config.virtualisation.containerd.enable
|
||||
|| config.virtualisation.docker.enable
|
||||
|| config.virtualisation.podman.enable
|
||||
);
|
||||
nvidia-container-toolkit.enable =
|
||||
config.virtualisation.containerd.enable || config.virtualisation.podman.enable;
|
||||
};
|
||||
|
||||
boot = {
|
||||
@@ -124,15 +121,14 @@
|
||||
|
||||
environment.persistence."/persist/state"."/etc/asusd/aura_19b6.ron" = { };
|
||||
|
||||
programs.gamescope.env = {
|
||||
__NV_PRIME_RENDER_OFFLOAD = "1";
|
||||
__VK_LAYER_NV_optimus = "NVIDIA_only";
|
||||
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||
};
|
||||
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
wayland.windowManager.hyprland.settings.env = [ "AQ_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1" ];
|
||||
wayland.windowManager.hyprland.settings.env = [
|
||||
"AQ_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1"
|
||||
"__NV_PRIME_RENDER_OFFLOAD,1"
|
||||
"__VK_LAYER_NV_optimus,NVIDIA_only"
|
||||
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
||||
];
|
||||
|
||||
theme = {
|
||||
template.".config/asusctl/keyboard".source =
|
||||
|
@@ -11,6 +11,7 @@
|
||||
lua.enable = true;
|
||||
markdown.enable = true;
|
||||
nix.enable = true;
|
||||
podman.enable = true;
|
||||
python.enable = true;
|
||||
rest.enable = true;
|
||||
rust.enable = true;
|
||||
|
Reference in New Issue
Block a user