From 81181a0e5ebecab0498e3921e5ea465f82d476df Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Tue, 13 Feb 2024 10:16:04 -0400 Subject: [PATCH] Fixed steam installation --- home/applications/common.nix | 1 + home/applications/steam.nix | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 home/applications/steam.nix diff --git a/home/applications/common.nix b/home/applications/common.nix index 722e2f5..2bc3b2f 100644 --- a/home/applications/common.nix +++ b/home/applications/common.nix @@ -21,5 +21,6 @@ # Games atlauncher + steam ]; } diff --git a/home/applications/steam.nix b/home/applications/steam.nix deleted file mode 100644 index 1b4091b..0000000 --- a/home/applications/steam.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ - programs.steam = { - enable = true; - }; -}