Added Steam and a couple cool games to the PC

This commit is contained in:
Emile Clark-Boman 2025-07-10 23:48:11 +10:00
parent 4b03d162c7
commit abed1dec09

View file

@ -14,6 +14,8 @@ in {
./hardware-configuration.nix ./hardware-configuration.nix
(import "${home-manager}/nixos") (import "${home-manager}/nixos")
inputs.spicetify-nix.nixosModules.default inputs.spicetify-nix.nixosModules.default
../modules/steam.nix
]; ];
programs.spicetify = let programs.spicetify = let
@ -252,6 +254,11 @@ in {
# Cryptography # Cryptography
openssl openssl
libargon2 libargon2
# Games
mindustry-wayland
dwarf-fortress
nethack
]; ];
# DEBUG: configuring xdg portal here instead? # DEBUG: configuring xdg portal here instead?