From a9a22238773940f7b3fac330b0ea9f8fe6744a88 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 21 May 2023 06:05:27 -0400 Subject: [PATCH] tsuki: init webcord, remove btop & useless pkgs --- hosts/tsuki/home.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index e2db3eb..b2f9628 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -22,9 +22,8 @@ packages = with pkgs; [ (callPackage ../../pkgs/chatterino7 {}) bitwarden - discord + webcord spotify-player - btop obs-studio pavucontrol unzip @@ -38,7 +37,6 @@ alejandra cryptomator ventoy-bin-full - plex-media-player wine lutris gamemode @@ -48,11 +46,6 @@ osu-lazer-bin runelite prismlauncher - cbonsai - pipes-rs - cmatrix - cava - hollywood ]; stateVersion = "23.05";