From ee99a21203d69539e66fd1094add65b081e303a0 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Mon, 26 Aug 2024 11:59:20 -0400 Subject: [PATCH] Removed jre_minimal, added android_studio. --- hosts/randolph/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index ff437f1..3ad7957 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -130,11 +130,12 @@ in { rubik archivo highway-gothic + merriweather-sans font-awesome ] ++ # Fonts # [ papirus-icon-theme ] ++ # Icons # [ vanilla-dmz ] ++ # Cursor - [ activate-linux jre_minimal ] ++ # Temp + [ activate-linux android-studio ] ++ # Temp [ ]; programs.home-manager.enable = true;