about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-10 12:34:04 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:07 +0200
commit36eae35089ed84aa3cc9efd3cb00767fbfe9b358 (patch)
treec41f438bdeff3f7c3b6eb5fafa50909893a4105e
parentFix(treewide): Make system compile again (diff)
downloadnixos-config-36eae35089ed84aa3cc9efd3cb00767fbfe9b358.zip
Fix(hm/pkgs/lutris): Remove bc of unfree license
I'm having a hard time telling nixpkgs, that steam may be installed, if
it is required in the deps of lutris.
-rw-r--r--home-manager/packages/default.nix1
-rw-r--r--system/services/steam/default.nix2
2 files changed, 0 insertions, 3 deletions
diff --git a/home-manager/packages/default.nix b/home-manager/packages/default.nix
index a69bdeae..df351b04 100644
--- a/home-manager/packages/default.nix
+++ b/home-manager/packages/default.nix
@@ -33,7 +33,6 @@ with pkgs; let
       kalzium # Periodic Table of Elements
       keepassxc # password manager
       onlykey # OnlyKey Chrome Desktop App
-      lutris # Multi game lib
       anki # spaced repetition
     ];
   };
diff --git a/system/services/steam/default.nix b/system/services/steam/default.nix
index aebd9c34..d2cc62a7 100644
--- a/system/services/steam/default.nix
+++ b/system/services/steam/default.nix
@@ -7,7 +7,5 @@
     builtins.elem (lib.getName pkg) [
       "steam"
       "steam-original"
-      "steam-runtime"
-      "steam-run"
     ];
 }