mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated system + added some stable pkgs
This commit is contained in:
parent
5b0355d74c
commit
0fd46d3f14
3 changed files with 74 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, pkgs-stable, ... }:
|
||||
let
|
||||
myRetroarch =
|
||||
(pkgs.retroarch.override {
|
||||
|
@ -17,9 +17,8 @@ let
|
|||
'';
|
||||
}))
|
||||
dolphin
|
||||
citra
|
||||
genesis-plus-gx
|
||||
];
|
||||
] ++ [pkgs-stable.libretro.citra];
|
||||
});
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue