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/trash/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nixos/trash/default.nix (limited to 'nixos/trash/default.nix') diff --git a/nixos/trash/default.nix b/nixos/trash/default.nix new file mode 100644 index 0000000..a8c8785 --- /dev/null +++ b/nixos/trash/default.nix @@ -0,0 +1,10 @@ +{ + config, + lib, + pkgs, + ... +}: { + imports = [ + ./steam + ]; +} -- cgit v1.2.3