From 77159369f56330647e27367ca111109f29c1ed90 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 22 Sep 2024 12:36:35 +0200 Subject: [PATCH] misc: add stremio --- home/common/programs/miscellaneous.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/programs/miscellaneous.nix b/home/common/programs/miscellaneous.nix index 5d244cb..29fc7aa 100644 --- a/home/common/programs/miscellaneous.nix +++ b/home/common/programs/miscellaneous.nix @@ -3,5 +3,5 @@ { programs.fzf.enable = true; programs.fastfetch.enable = true; - home.packages = with pkgs; [ element-desktop imhex obsidian proton-pass spotify vesktop wl-clipboard ]; + home.packages = with pkgs; [ imhex obsidian proton-pass spotify vesktop wl-clipboard stremio ]; }