add blender
This commit is contained in:
parent
270bbb6c22
commit
d27b17862e
2 changed files with 17 additions and 1 deletions
|
@ -22,6 +22,7 @@ in {
|
||||||
nautilus
|
nautilus
|
||||||
libreoffice-qt6-fresh
|
libreoffice-qt6-fresh
|
||||||
inkscape
|
inkscape
|
||||||
|
blender
|
||||||
# freecad -- broken dependency
|
# freecad -- broken dependency
|
||||||
] ++ [(mkXwlWrapper { lib = lib; pkgs = pkgs; app = "${pkgs.prusa-slicer}/bin/prusa-slicer"; name = "Prusa"; })];
|
] ++ [(mkXwlWrapper { lib = lib; pkgs = pkgs; app = "${pkgs.prusa-slicer}/bin/prusa-slicer"; name = "Prusa"; })];
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
name = "holo-script";
|
name = "holo-script";
|
||||||
runtimeInputs = [ pkgs.steam pkgs.gamescope ];
|
runtimeInputs = [ pkgs.steam pkgs.gamescope ];
|
||||||
text = ''
|
text = ''
|
||||||
gamescope -f -r 60 -h 720 -F fsr -e -- steam
|
gamescope -f -r 60 -h 720 -F fsr -e --mangoapp -- steam
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
holo = pkgs.makeDesktopItem {
|
holo = pkgs.makeDesktopItem {
|
||||||
|
@ -34,6 +34,11 @@ in mkIf conf.games.enable (mkMerge [
|
||||||
programs.gamescope.enable = true;
|
programs.gamescope.enable = true;
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
MANGOHUD_CONFIGFILE = "$HOME/.config/MangoHud/MangoHud.conf";
|
||||||
|
MANGOHUD_CONFIG = "read_cfg";
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.users.${conf.username} = {
|
home-manager.users.${conf.username} = {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.prismlauncher
|
pkgs.prismlauncher
|
||||||
|
@ -42,6 +47,16 @@ in mkIf conf.games.enable (mkMerge [
|
||||||
holo
|
holo
|
||||||
steam-wrapped
|
steam-wrapped
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.mangohud = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
gamemode = true;
|
||||||
|
refresh_rate = true;
|
||||||
|
fsr = true;
|
||||||
|
resolution = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue