add nix system graphics

This commit is contained in:
Steam Deck User
2025-02-23 18:02:24 +00:00
parent 3bda156ab4
commit 9bc902cb90
8 changed files with 122 additions and 98 deletions

View File

@@ -4,7 +4,7 @@
programs = {
firefox = {
enable = true;
package = config.lib.nixGL.wrap pkgs.firefox;
package = pkgs.firefox;
languagePacks = [
"en-GB"
];