Skip to content

Commit

Permalink
Unstable FF
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustXVI committed May 14, 2024
1 parent ef47ede commit ab05316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/hardware/gui.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{ config, pkgs, ... }:

{
hardware = {
opengl = {
enable = true;
};
};
environment = {
systemPackages = with pkgs; [
dmenu
Expand Down
1 change: 1 addition & 0 deletions modules/system/medias.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
environment = {
systemPackages = with pkgs; [
unstable.google-chrome
unstable.firefox
spotify
vlc
feh
Expand Down

0 comments on commit ab05316

Please sign in to comment.