Add unrar for rar support in ark & ser mangohud to globally on
This commit is contained in:
parent
f71ecde53c
commit
b1ed19a6db
2 changed files with 5 additions and 1 deletions
|
@ -181,6 +181,7 @@
|
|||
fzf
|
||||
nixfmt-rfc-style
|
||||
dwarfs
|
||||
unrar
|
||||
|
||||
wineWowPackages.stable
|
||||
winetricks
|
||||
|
@ -307,7 +308,10 @@
|
|||
environment.sessionVariables = {
|
||||
# === Prefer RADV driver ===
|
||||
AMD_VULKAN_ICD = "RADV";
|
||||
|
||||
FLAKE = "/home/buymymojo/etc/nixos/";
|
||||
|
||||
MANGOHUD = "1";
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
@ -194,7 +194,7 @@
|
|||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
|
||||
|
||||
# === amdvlk driver ===
|
||||
extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue