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; }; }