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 ]; }; }