From 885148a1f3971963d72cf197d2f1201490412d85 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 22 Dec 2024 23:26:35 +0100 Subject: [PATCH] perso-laptop: Add steam --- hosts/perso-laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/perso-laptop/configuration.nix b/hosts/perso-laptop/configuration.nix index 6af63f3..c2b90bd 100644 --- a/hosts/perso-laptop/configuration.nix +++ b/hosts/perso-laptop/configuration.nix @@ -34,6 +34,7 @@ modules.system = { apps = { + steam.enable = true; flatpak.enable = true; };