Update FredOS-Gaming.nix
This commit is contained in:
parent
a173341b04
commit
974e8ce146
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +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
|
(heroic.override {
|
||||||
|
extraPkgs = pkgs: with pkgs; [
|
||||||
|
adwaita-icon-theme
|
||||||
|
];
|
||||||
|
})
|
||||||
mangohud
|
mangohud
|
||||||
vesktop
|
vesktop
|
||||||
lsfg-vk
|
lsfg-vk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue