Add high-tide
This commit is contained in:
parent
5a22af8c96
commit
bdb7c65dd7
1 changed files with 8 additions and 0 deletions
8
home.nix
8
home.nix
|
@ -56,6 +56,7 @@
|
|||
pkgs.element-desktop
|
||||
pkgs.spotube
|
||||
pkgs.logseq
|
||||
pkgs.high-tide
|
||||
# pkgs.tidal-hifi # - aarch64 build broken
|
||||
];
|
||||
|
||||
|
@ -137,6 +138,13 @@
|
|||
comment = "Music Streaming Application";
|
||||
categories = [ "Music" ];
|
||||
};
|
||||
high-tide = {
|
||||
name = "High Tide";
|
||||
exec = "nixGLMesa HighTide";
|
||||
icon = "io.github.nokse22.HighTide";
|
||||
type = "Application";
|
||||
categories = [ "GNOME" "GTK" "Music" "Audio" "AudioVideo" ];
|
||||
};
|
||||
freetube = {
|
||||
name = "FreeTube";
|
||||
exec = "nixGLMesa freetube %U";
|
||||
|
|
Loading…
Add table
Reference in a new issue