From 0ad97eb75c42a8d8e487f3141961b8289314e7a7 Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 5 Oct 2025 20:28:30 -0500 Subject: [PATCH] 12 current 2025-10-05 20:28:28 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/system/nvidia.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1558f89..da7d42d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 11 current 2025-10-05 20:13:37 25.05.20251001.5b5be50 6.12.49 * +# generation: 12 current 2025-10-05 20:28:28 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/modules/system/nvidia.nix b/modules/system/nvidia.nix index 0a3a903..e75d2c5 100644 --- a/modules/system/nvidia.nix +++ b/modules/system/nvidia.nix @@ -27,6 +27,6 @@ in virtualisation.docker.enableNvidia = true; hardware.nvidia-container-toolkit.enable = true; - boot.plymouth.enable = false; + boot.plymouth.enable = true; }; }