From e0a1a512f54a27eff9877e2d5a2c5c216cc07c4e Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 27 Jan 2025 19:57:02 -0600 Subject: add steam module sadly this has to be a system package until we find a non shitty way of installing in through hm --- nixos/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'nixos/default.nix') diff --git a/nixos/default.nix b/nixos/default.nix index 0967ef4..2440c30 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1 +1,10 @@ -{} +{ + config, + lib, + pkgs, + ... +}: { + imports = [ + ./trash + ]; +} -- cgit v1.2.3