Added youtube as a dektop app
This commit is contained in:
8
home.nix
8
home.nix
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user