From 372decb578f3187d7aad837885ed98e73e8abd60 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 Apr 2024 23:17:33 -0400 Subject: [PATCH] chore(home-manager): add rio to test.nix --- test.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/test.nix b/test.nix index 90ef0de..a634b97 100644 --- a/test.nix +++ b/test.nix @@ -74,6 +74,7 @@ in lazygit = ctpEnable; micro = ctpEnable; neovim = ctpEnable; + rio = ctpEnable; rofi = ctpEnable; starship = ctpEnable; swaylock = ctpEnable;