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") {
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue