formating
This commit is contained in:
parent
06d56ac7d4
commit
59c6e5da13
4 changed files with 8 additions and 6 deletions
|
|
@ -22,8 +22,7 @@
|
|||
hr-seek = "yes";
|
||||
index = "default";
|
||||
save-position-on-quit = "yes";
|
||||
script-opts =
|
||||
"ytdl_hook-ytdl_path=/home/don/.local/bin/yt-dlp";
|
||||
script-opts = "ytdl_hook-ytdl_path=/home/don/.local/bin/yt-dlp";
|
||||
# scripts=[ pkgs.mpvScripts.autoload ];
|
||||
slang = "en";
|
||||
user-agent = "Mozilla/5.0";
|
||||
|
|
|
|||
|
|
@ -136,7 +136,10 @@ in {
|
|||
};
|
||||
pulse = { enable = true; };
|
||||
};
|
||||
printing = { enable = true; drivers = [pkgs.hplipWithPlugin];};
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
pulseaudio = { enable = false; };
|
||||
tailscale = { enable = true; };
|
||||
udev = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue