Small changes

This commit is contained in:
FredzyW 2024-09-29 21:14:34 +02:00
parent caa5d90b82
commit 80eaaf1831
5 changed files with 24 additions and 33 deletions

View file

@ -31,7 +31,7 @@
family = "FiraCode Nerd Font";
style = "Regular";
};
size = 9;
size = 14;
};
colors = {
primary = {

View file

@ -4,7 +4,7 @@
enable = true;
font = if myhostname == "laptop" then {
name = "FiraCode Nerd Font Bold";
size = 17;
size = 24;
} else {
name = "FiraCode Nerd Font Bold";
size = 13;

View file

@ -3,22 +3,15 @@
programs.mpv = {
enable = true;
package = (
pkgs.mpv-unwrapped.wrapper {
scripts = with pkgs.mpvScripts; [
uosc
sponsorblock
];
mpv = pkgs.mpv-unwrapped.override {
};
}
);
scripts = with pkgs.mpvScripts; [
autoload
uosc
];
config = {
profile = "high-quality";
ytdl-format = "bestvideo+bestaudio";
cache-default = 4000000;
volume = "70";
};
};
}