From ab05316ce370a04c65b157ef5ed94afd34e0c2d1 Mon Sep 17 00:00:00 2001 From: Xavier Detant <1016863+FaustXVI@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:12:15 +0200 Subject: [PATCH] Unstable FF --- modules/hardware/gui.nix | 5 +++++ modules/system/medias.nix | 1 + 2 files changed, 6 insertions(+) diff --git a/modules/hardware/gui.nix b/modules/hardware/gui.nix index 39e3cec..c8e85ca 100644 --- a/modules/hardware/gui.nix +++ b/modules/hardware/gui.nix @@ -1,6 +1,11 @@ { config, pkgs, ... }: { + hardware = { + opengl = { + enable = true; + }; + }; environment = { systemPackages = with pkgs; [ dmenu diff --git a/modules/system/medias.nix b/modules/system/medias.nix index 57a03d4..75b9e57 100644 --- a/modules/system/medias.nix +++ b/modules/system/medias.nix @@ -3,6 +3,7 @@ environment = { systemPackages = with pkgs; [ unstable.google-chrome + unstable.firefox spotify vlc feh