1
Himadri Bhattacharjee b2832d2a01 doc: reword documentation
2023-07-10 18:31:10 +05:30
2023-07-10 18:25:32 +05:30
2023-07-09 09:40:51 +05:30
2023-07-08 08:40:01 +05:30
2023-07-10 18:31:10 +05:30

Dotfiles

NixOS configuration files personalized for my workflow.

To get started, install NixOS, clone this repository and run:

sudo nixos-rebuild switch -I nixos-config=configuration.nix

Compiling the Sponsorblock library for mpv

Note: This is optional

A fresh install will be unlikely to have Rust and thus, the sponsorblock library won't be installed. Also, I won't be uploading the compiled shared object. After the first nixos-rebuild, run:

git submodule update --init --recursive
pushd sources/mpv-sponsorblock
cargo build --release --locked
cp ./target/release/libmpv_sponsorblock.so ../mpv/scripts/sponsorblock.so
popd

followed by the aforementioned nixos-rebuild command.

Description
No description provided
Readme MIT 18 MiB
Languages
Nix 99.1%
Shell 0.7%
CSS 0.2%