Compare commits
2 commits
75b26d9fb7
...
f1d9504b66
Author | SHA1 | Date | |
---|---|---|---|
|
f1d9504b66 | ||
|
7649aed0c9 |
2 changed files with 8 additions and 2 deletions
|
@ -197,6 +197,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.bash.enable = true;
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
||||||
services.ssh-agent.enable = true;
|
services.ssh-agent.enable = true;
|
||||||
|
@ -223,6 +224,10 @@ in
|
||||||
NIXPKGS_ALLOW_UNFREE = "1";
|
NIXPKGS_ALLOW_UNFREE = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionPath = [
|
||||||
|
"/home/buymymojo/bin/"
|
||||||
|
];
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
profile=gpu-hq
|
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
# Misc settings, not related to quality #
|
# Misc settings, not related to quality #
|
||||||
|
@ -51,6 +50,9 @@ blend-subtitles
|
||||||
hls-bitrate=max
|
hls-bitrate=max
|
||||||
|
|
||||||
hwdec=auto-safe
|
hwdec=auto-safe
|
||||||
|
vo=gpu-next
|
||||||
|
profile=gpu-hq
|
||||||
|
gpu-context=wayland
|
||||||
|
|
||||||
screenshot-directory="/home/buymymojo/Pictures/MPV/"
|
screenshot-directory="/home/buymymojo/Pictures/MPV/"
|
||||||
|
|
||||||
|
@ -61,7 +63,6 @@ cache=yes
|
||||||
cache-secs=300 # how many seconds of audio/video to prefetch if the cache is active
|
cache-secs=300 # how many seconds of audio/video to prefetch if the cache is active
|
||||||
|
|
||||||
# vo=dmabuf-wayland
|
# vo=dmabuf-wayland
|
||||||
vo=gpu-next
|
|
||||||
# gpu-api=vulkan
|
# gpu-api=vulkan
|
||||||
# gpu-context=waylandvk
|
# gpu-context=waylandvk
|
||||||
# vulkan-async-compute
|
# vulkan-async-compute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue