Install Spotube
This commit is contained in:
parent
bf7dc5b2d0
commit
6b4528e310
2 changed files with 11 additions and 2 deletions
0
.meta.platforms
Normal file
0
.meta.platforms
Normal file
13
home.nix
13
home.nix
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
ghidra_pkg = pkgs.ghidra.withExtensions (
|
ghidra_pkg = pkgs.ghidra.withExtensions (
|
||||||
|
@ -9,7 +9,7 @@ let
|
||||||
);
|
);
|
||||||
ghidra_dir = ".config/ghidra/${pkgs.ghidra.distroPrefix}";
|
ghidra_dir = ".config/ghidra/${pkgs.ghidra.distroPrefix}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
home.username = "sudoer777";
|
home.username = "sudoer777";
|
||||||
|
@ -54,6 +54,7 @@ in
|
||||||
pkgs.signal-desktop
|
pkgs.signal-desktop
|
||||||
pkgs.bitwarden-desktop
|
pkgs.bitwarden-desktop
|
||||||
pkgs.element-desktop
|
pkgs.element-desktop
|
||||||
|
pkgs.spotube
|
||||||
# pkgs.logseq - not available on aarch64
|
# pkgs.logseq - not available on aarch64
|
||||||
# pkgs.tidal-hifi - aarch64 build broken
|
# pkgs.tidal-hifi - aarch64 build broken
|
||||||
];
|
];
|
||||||
|
@ -128,5 +129,13 @@ in
|
||||||
comment = "Ghidra Software Reverse Engineering Suite";
|
comment = "Ghidra Software Reverse Engineering Suite";
|
||||||
categories = [ "Development" ];
|
categories = [ "Development" ];
|
||||||
};
|
};
|
||||||
|
spotube = {
|
||||||
|
name = "Spotube";
|
||||||
|
exec = "nixGLMesa spotube";
|
||||||
|
icon = "spotube";
|
||||||
|
type = "Application";
|
||||||
|
comment = "Music Streaming Application";
|
||||||
|
categories = [ "Music" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue