Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2026-03-16 10:23:27 +00:00 committed by GitHub
parent e2e2eeae50
commit f7ee56e02f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,11 @@
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
environment.systemPackages = with pkgs; [
lutris
(heroic.override {
extraPkgs = pkgs: with pkgs; [
adwaita-icon-theme
];
})
#(heroic.override {
# extraPkgs = pkgs: with pkgs; [
# adwaita-icon-theme
# ];
#})
mangohud
vesktop
lsfg-vk
@ -20,6 +20,9 @@
wowup-cf
#waydroid
];
virtualisation.waydroid.enable = true;
services.lact.enable = true;
hardware.graphics = {
enable = true;