1
Himadri Bhattacharjee 9150a9ef44 feat: add package tealdeer
2023-07-31 09:38:04 +05:30
2023-07-31 09:38:04 +05:30
2023-07-08 08:40:01 +05:30

Dotfiles

NixOS configuration files personalized for my workflow.

To get started, install NixOS, clone this repository and run the rebuild command.

git clone --recursive https://github.com/lavafroth/dotfiles
sudo nixos-rebuild switch -I nixos-config=configuration.nix

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 nixos-rebuild, run:

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%