c9c595bc8076bd3aa609b2e9601ac6f99ade0c50
Dotfiles
NixOS configuration files personalized for my workflow.
To get started, install NixOS, enable flakes, clone this repository.
git clone --recursive https://github.com/lavafroth/dotfiles
cd dotfiles
sudo nixos-rebuild switch --flake .#cafe
Optional: Installing Sponsorblock for mpv
A fresh install is unlikely to have Rust and thus, the sponsorblock library won't be installed. Since I won't be uploading the compiled shared object, you have to compile it yourself. After the first rebuild, run:
pushd sources/mpv-sponsorblock
cargo build --release --locked
cp ./target/release/libmpv_sponsorblock.so ../mpv/scripts/sponsorblock.so
popd
followed by another rebuild.
Languages
Nix
99.1%
Shell
0.7%
CSS
0.2%