Skip to content

Commit

Permalink
feat(freetube): upgraded app to the most up-to-date version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Aug 2, 2024
1 parent 3083641 commit 4f6204b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 80 deletions.
114 changes: 40 additions & 74 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions modules/desktop/submodules/general.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ let
--replace "$out/bin/${oldAttrs.pname}" "$out/bin/${oldAttrs.pname} --use-tray-icon"
'';
});
# workaround to skip wating for put freetube's update into unstable branch
fixedFreetube =
if unstable.freetube.version == "0.21.1"
then master.freetube
else unstable.freetube;
in
{
autostart = [
Expand Down Expand Up @@ -56,7 +51,7 @@ in

# Apps
spotify
fixedFreetube # Youtube desktop
master.freetube # Youtube desktop
unstable.joplin-desktop # Notebook
unstable.vscodium # VS code
minder # Mind maps
Expand Down

0 comments on commit 4f6204b

Please sign in to comment.