Added youtube as a dektop app

This commit is contained in:
2025-10-10 13:09:20 +02:00
parent a695599c3f
commit 713c60bc02
5 changed files with 108 additions and 87 deletions

View File

@ -24,6 +24,14 @@
# changes in each release.
home.stateVersion = version;
xdg.desktopEntries.youtube = {
name = "YouTube";
exec = "chromium --app=https://www.youtube.com";
terminal = false;
type = "Application";
icon = "applications-multimedia";
categories = [ "AudioVideo" "Player" "Network" ];
};
# Let Home Manager install and manage itself.
programs = {