some rotterdam and mangohud changes
This commit is contained in:
parent
70826ad04e
commit
b18395e10f
2 changed files with 8 additions and 5 deletions
|
|
@ -32,6 +32,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
|
||||||
|
|
||||||
systemd.targets.hibernate.enable = false; # disable non-functional hibernate
|
systemd.targets.hibernate.enable = false; # disable non-functional hibernate
|
||||||
|
|
||||||
nix.nixPath = [ "nixos-config=${./rotterdam.nix}" ];
|
nix.nixPath = [ "nixos-config=${./rotterdam.nix}" ];
|
||||||
|
|
@ -50,6 +52,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cemu
|
cemu
|
||||||
|
ollama
|
||||||
# retroarchFull
|
# retroarchFull
|
||||||
rpcs3
|
rpcs3
|
||||||
yuzu-ea
|
yuzu-ea
|
||||||
|
|
|
||||||
|
|
@ -149,16 +149,16 @@
|
||||||
horizontal
|
horizontal
|
||||||
horizontal_stretch=0
|
horizontal_stretch=0
|
||||||
legacy_layout=0
|
legacy_layout=0
|
||||||
background_alpha=0
|
background_alpha=0.6
|
||||||
position=top-left
|
position=top-left
|
||||||
control=mangohud
|
control=mangohud
|
||||||
offset_x=4
|
offset_x=4
|
||||||
offset_y=4
|
offset_y=-6
|
||||||
table_columns=20
|
table_columns=20
|
||||||
time_format=%H:%M
|
time_format=%H:%M
|
||||||
toggle_hud=Shift_R+F12
|
toggle_hud=End
|
||||||
media_player_format={title} - {artist}
|
#media_player_format={title} - {artist}
|
||||||
font_scale_media_player=1
|
#font_scale_media_player=1
|
||||||
|
|
||||||
core_load_change
|
core_load_change
|
||||||
cpu_color=ffffff
|
cpu_color=ffffff
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue