mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
9 lines
208 B
Nix
9 lines
208 B
Nix
{ pkgs, nixtamal, functions, ... }:
|
|
|
|
{
|
|
hardware.graphics = {
|
|
# Mesa-git because why not
|
|
package = functions.mkUnstable pkgs.mesa;
|
|
package32 = functions.mkUnstable pkgs.pkgsi686Linux.mesa;
|
|
};
|
|
} |