Added Steam and a couple cool games to the PC

This commit is contained in:
do butterflies cry? 2025-07-10 23:48:11 +10:00
parent edc56e4850
commit 607163846b

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?