From dda04b310cfe6390d6317d128a425554dad68aa2 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Mon, 11 Dec 2023 13:23:45 +0100 Subject: [PATCH] [nix] Install RubyMine & Steam --- nix/hosts/alymac/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nix/hosts/alymac/default.nix b/nix/hosts/alymac/default.nix index 14f1a38..73e2f9b 100644 --- a/nix/hosts/alymac/default.nix +++ b/nix/hosts/alymac/default.nix @@ -238,8 +238,6 @@ in "1password-cli" "alt-tab" "android-studio" - "transmit" - "wine-stable" "audacity" "background-music" "db-browser-for-sqlite" @@ -259,12 +257,16 @@ in "plexamp" "raycast" "rider" + "rubymine" "sequel-ace" "shottr" "spotify" + "steam" "texifier" "thunderbird" + "transmit" "visual-studio-code" + "wine-stable" ]; }; }