Compare commits
No commits in common. "7eae2ded13488a116a4fa13255ea65c41cc357a8" and "777ab3a99b689803201e8b66b14bdb53bef1d317" have entirely different histories.
7eae2ded13
...
777ab3a99b
4 changed files with 0 additions and 31 deletions
|
|
@ -9,6 +9,5 @@
|
|||
./ssh.nix
|
||||
./appimage.nix
|
||||
./mpv.nix
|
||||
./sysdvr-qt.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
{...}: {
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="4ee0", MODE="0666"
|
||||
'';
|
||||
home-manager.users.toast.services.flatpak = {
|
||||
packages = ["io.github.parnassius.SysDVR-Qt"];
|
||||
};
|
||||
}
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
home-manager.users.toast = {
|
||||
home = {
|
||||
packages = [pkgs.cemu];
|
||||
file = {
|
||||
"Games/Isos/Wii U/Kirby and the Rainbow Paintbrush.wux".source = (
|
||||
pkgs.fetchurl {
|
||||
url = "http://dl.everest.tailscale/Wii%20U/Kirby%20and%20the%20Rainbow%20Paintbrush.wux";
|
||||
hash = "sha256-taPGf709N2p3GlqqT92+SbOeD7QNKFUfB9X5urWVQps=";
|
||||
}
|
||||
);
|
||||
"Games/Isos/Wii U/Mario Kary 8.wux".source = (
|
||||
pkgs.fetchurl {
|
||||
url = "http://dl.everest.tailscale/Wii%20U/Mario%20Kart%208.wux";
|
||||
hash = "sha256-O6lOkLUKPZi+FiEWJQQEeiEXOo+GTUecoSpGjE811k0=";
|
||||
}
|
||||
);
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
./rpcs3.nix
|
||||
./retroarch.nix
|
||||
./pcsx2.nix
|
||||
./cemu.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
heroic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue