Migrate to snowfall lib
This commit is contained in:
21
modules/home/gui/games/default.nix
Normal file
21
modules/home/gui/games/default.nix
Normal file
@ -0,0 +1,21 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
|
||||
imports = [ ./openttd.nix ];
|
||||
|
||||
config = lib.mkIf (config.homecfg.make.game) {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
custom.simc
|
||||
|
||||
#games
|
||||
steam
|
||||
gamemode
|
||||
gamescope
|
||||
mangohud
|
||||
prismlauncher
|
||||
openttd-jgrpp
|
||||
bottles
|
||||
];
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user