disable yt-mpv laptop feature
This commit is contained in:
parent
c67bb287a8
commit
d5c764fe69
@ -13,6 +13,10 @@ let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
programs.java = lib.mkIf (device == "AMD-Workstation") {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.jre;
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Important
|
# Important
|
||||||
|
Loading…
x
Reference in New Issue
Block a user