mpv: Make the primary screen configurable

This commit is contained in:
2021-08-25 12:06:38 +02:00
parent 949e0d0950
commit d71afad094
2 changed files with 20 additions and 5 deletions

View File

@@ -50,6 +50,10 @@
# Enable notification sounds
propagatedBuildInputs = old.propagatedBuildInputs ++ [ prev.gsound ];
});
animedl = prev.animedl.overrideAttrs (old: {
extraPkgs = pkgs: with pkgs; [ mpv ];
});
})
# Unstable, NUR, ...
@@ -95,6 +99,8 @@
};
};
programs.mpv.primaryScreen = "C27F398";
networking = {
interfaces.enp6s0.useDHCP = false;
hostName = "miku";