steam: move to system-wide steam installation

This commit is contained in:
Leonardo Eugênio 2023-01-27 17:56:03 -03:00
parent c081c63146
commit 736ce95ef2
6 changed files with 29 additions and 58 deletions

View file

@ -2,7 +2,6 @@
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
{ pkgs, inputs }: {
dzgui = pkgs.callPackage ./dzgui.nix { };
plymouth-theme-red = pkgs.callPackage ./plymouth-theme-red.nix { inherit inputs; };
cargo-checkmate = pkgs.callPackage ./cargo-checkmate.nix { };
}