Update FredOS-Gaming.nix
This commit is contained in:
parent
e2e2eeae50
commit
f7ee56e02f
1 changed files with 8 additions and 5 deletions
|
|
@ -4,11 +4,11 @@
|
||||||
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
lutris
|
lutris
|
||||||
(heroic.override {
|
#(heroic.override {
|
||||||
extraPkgs = pkgs: with pkgs; [
|
# extraPkgs = pkgs: with pkgs; [
|
||||||
adwaita-icon-theme
|
# adwaita-icon-theme
|
||||||
];
|
# ];
|
||||||
})
|
#})
|
||||||
mangohud
|
mangohud
|
||||||
vesktop
|
vesktop
|
||||||
lsfg-vk
|
lsfg-vk
|
||||||
|
|
@ -20,6 +20,9 @@
|
||||||
wowup-cf
|
wowup-cf
|
||||||
#waydroid
|
#waydroid
|
||||||
];
|
];
|
||||||
|
|
||||||
|
virtualisation.waydroid.enable = true;
|
||||||
|
|
||||||
services.lact.enable = true;
|
services.lact.enable = true;
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue