Skip to content

Commit

Permalink
n/kyorinrin: enable gaming role on kyorinrin
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnist committed Sep 30, 2024
1 parent e9ae2f4 commit 356bf80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gaming.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
_: {
{ pkgs, ... }: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};

# environment.systemPackages = with pkgs; [ ryujinx ];
environment.systemPackages = with pkgs; [ ryujinx ];
}
1 change: 1 addition & 0 deletions nixos/kyorinrin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
graphical
laptop
secureboot
gaming
];

nixpkgs.overlays = [
Expand Down

0 comments on commit 356bf80

Please sign in to comment.