move games to home config
+ a few tweaks
This commit is contained in:
parent
cd8efd23f3
commit
4e86180652
4 changed files with 39 additions and 39 deletions
|
|
@ -15,35 +15,7 @@ with lib; {
|
|||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Games
|
||||
airshipper
|
||||
minetest
|
||||
superTuxKart
|
||||
xonotic
|
||||
|
||||
# Helpers
|
||||
heroic
|
||||
BeatSaberModManager
|
||||
protontricks
|
||||
protonup-qt
|
||||
oversteer
|
||||
|
||||
# vr
|
||||
monado
|
||||
openxr-loader
|
||||
opencomposite
|
||||
|
||||
(makeDesktopItem {
|
||||
name = "x11steam";
|
||||
desktopName = "X11 Steam Wrapper";
|
||||
exec = "QT_QPA_PLATFORM=xcb SDL_VIDEODRIVER=x11 ${steam}/bin/steam";
|
||||
})
|
||||
];
|
||||
}
|
||||
];
|
||||
home-manager.users.${user}.imports = [ ../../home/programs/gamer.nix ];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue