mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated system
This commit is contained in:
parent
fe23c155eb
commit
250b83edcf
3 changed files with 29 additions and 22 deletions
|
@ -21,6 +21,12 @@ in
|
|||
superTux
|
||||
superTuxKart
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
|
||||
# The following 2 declarations allow retroarch to be imported into gamehub
|
||||
# Set retroarch core directory to ~/.local/bin/libretro
|
||||
# and retroarch core info directory to ~/.local/share/libretro/info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue