removed plymouth again

This commit is contained in:
Charlie Root 2024-05-18 20:07:17 +02:00
commit e12dd3941c
6 changed files with 45 additions and 19 deletions

View file

@ -1,7 +1,12 @@
{ config, ... }: {
{ pkgs, config, inputs, ... }:
let
pkgs-unstable =
inputs.hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in {
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl = {
enable = true;
package = pkgs-unstable.mesa.drivers;
driSupport = true;
driSupport32Bit = true;
};