stuff
This commit is contained in:
parent
60f8850908
commit
56c97b3712
9 changed files with 28 additions and 88 deletions
|
@ -3,7 +3,6 @@
|
|||
desktop.enable = true;
|
||||
headful.enable = true;
|
||||
dynamic.enable = true;
|
||||
emulation.enable = true;
|
||||
gaming.enable = true;
|
||||
piracy.enable = true;
|
||||
productivity.enable = true;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
desktop.enable = true;
|
||||
dynamic.enable = true;
|
||||
headful.enable = true;
|
||||
emulation.enable = true;
|
||||
gaming.enable = true;
|
||||
piracy.enable = true;
|
||||
productivity.enable = true;
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages =
|
||||
let
|
||||
retroarch = pkgs.retroarch.withCores (cores: [
|
||||
cores.parallel-n64
|
||||
cores.dolphin
|
||||
]);
|
||||
in
|
||||
[
|
||||
retroarch
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue