Compare commits

..

No commits in common. "a760c0251e9a722f8db78a37784b73126cc719e0" and "ceff5dac079fb13c4efb9959bc95d603b523e53d" have entirely different histories.

6 changed files with 1 additions and 37 deletions

@ -1 +0,0 @@
Subproject commit 9d73b0d728c81aeab28b0af68b390532279f0ab1

View File

@ -3,7 +3,6 @@
{ {
imports = [ imports = [
./emulators/pcsx2.nix ./emulators/pcsx2.nix
./emulators/retroarch.nix
./emulators/ryujinx.nix ./emulators/ryujinx.nix
./launchers/es-de.nix ./launchers/es-de.nix
./launchers/modrinth.nix ./launchers/modrinth.nix

View File

@ -1,22 +0,0 @@
{
lib,
config,
pkgs,
...
}:
with lib;
let
cfg = config.modules.retroarch;
in
{
options.modules.retroarch = {
enable = mkEnableOption "RetroArch";
};
config = mkIf cfg.enable {
home.packages = with pkgs; [
retroarch-free
];
};
}

View File

@ -16,10 +16,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
ryubing ryujinx
]; ];
# TODO: Make more general
wayland.windowManager.river.settings.rule-add."-app-id"."'Ryujinx'" = "fullscreen";
}; };
} }

View File

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: }:
@ -18,12 +17,5 @@ in
]; ];
programs.steam.enable = true; programs.steam.enable = true;
# Make steam create desktop entries in a subfolder
programs.steam.package = pkgs.steam.override {
extraBwrapArgs = [
"--bind $HOME/.local/share/applications/Steam $HOME/.local/share/applications"
];
};
}; };
} }

View File

@ -67,7 +67,6 @@
modrinth.enable = true; modrinth.enable = true;
es-de.enable = true; es-de.enable = true;
pcsx2.enable = true; pcsx2.enable = true;
retroarch.enable = true;
ryujinx.enable = true; ryujinx.enable = true;
# Media # Media