From 4e67d74766bec20129d9f9ae8e9c0174fb272194 Mon Sep 17 00:00:00 2001 From: ene Date: Fri, 7 Apr 2023 11:12:27 +0200 Subject: Feat(hm/pkgs): Add lutris Lutris requires Steam as a dependency, thus allowing steam is required. There seems to be no other way to do this, I'm afraid. --- system/services/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/services/default.nix') diff --git a/system/services/default.nix b/system/services/default.nix index 36cf9763..63f0e733 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -3,6 +3,7 @@ ./printing ./nix ./snapper + ./steam ./dconf ./openssh ]; -- cgit 1.4.1