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 ]; }