disable yt-mpv laptop feature

This commit is contained in:
Dmitriy Holkin 2020-02-05 05:04:59 +04:00
parent c67bb287a8
commit d5c764fe69

View File

@ -13,6 +13,10 @@ let
};
in {
programs.adb.enable = true;
programs.java = lib.mkIf (device == "AMD-Workstation") {
enable = true;
package = pkgs.jre;
};
environment.systemPackages = with pkgs; [
# Important