add multimc
This commit is contained in:
parent
1973e97b99
commit
90edb18c4d
6
home/apps/multimc.nix
Normal file
6
home/apps/multimc.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
multimc
|
||||
jdk17
|
||||
];
|
||||
}
|
|
@ -1,8 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
{ ... }: {
|
||||
services.invidious = {
|
||||
enable = true;
|
||||
port = 3000;
|
||||
package = pkgs.invidious-latest;
|
||||
settings = {
|
||||
full_refresh = true;
|
||||
https_only = true;
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
home.apps.telegram
|
||||
home.apps.quassel
|
||||
home.apps.chromium
|
||||
home.apps.multimc
|
||||
#home.apps.osu-lazer
|
||||
home.programming
|
||||
#home.programming.languages.go
|
||||
|
|
|
@ -6,4 +6,5 @@ final: prev: {
|
|||
# needs a specific version of lsquic
|
||||
lsquic = final.callPackage ./invidious-latest/lsquic.nix { };
|
||||
};
|
||||
multimc = prev.multimc.override { msaClientID = "499546d9-bbfe-4b9b-a086-eb3d75afb78f"; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue