mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-05 22:44:34 +05:30
Trimmed out some unnecessary packages
This commit is contained in:
parent
7f0daacd08
commit
b5358a1adf
7 changed files with 31 additions and 135 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, pkgs-stable, ... }:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
myRetroarch =
|
||||
(pkgs.retroarch.override {
|
||||
|
@ -18,7 +18,7 @@ let
|
|||
}))
|
||||
dolphin
|
||||
genesis-plus-gx
|
||||
] ++ [pkgs-stable.libretro.citra];
|
||||
];
|
||||
});
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue