From 01b743ebbe214a659da2874b8bc5b043feca9aaa Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 8 Jul 2025 23:52:11 +0200 Subject: [PATCH] mv sam to steam --- hosts/desktop1/configuration.nix | 1 - modules/nix/games/steam.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index fb8c77e..6319cc4 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -42,7 +42,6 @@ environment.systemPackages = with pkgs; [ webcord obsidian - samrewritten libsForQt5.kdenlive floorp komikku diff --git a/modules/nix/games/steam.nix b/modules/nix/games/steam.nix index 09be60c..319d244 100644 --- a/modules/nix/games/steam.nix +++ b/modules/nix/games/steam.nix @@ -11,5 +11,6 @@ in config = mkIf config.smayzy.steam.enable { programs.steam.enable = true; + environment.systemPackages = with pkgs; [ samrewritten ]; }; }