Skip to content

Instantly share code, notes, and snippets.

@bnhrkn
bnhrkn / flake.nix
Created March 9, 2022 00:20
pros-cli nix flake
{
description = "Dev shell with pros-cli";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
# This section will allow us to create a python environment
# with specific predefined python packages from PyPi
pypi-deps-db = {
@bnhrkn
bnhrkn / template
Created June 16, 2021 00:56
xbps-src xidlehook template
# Template file for 'xidlehook'
pkgname=xidlehook
version=0.10.0
revision=1
build_style=cargo
short_desc="xautolock rewrite in Rust, with a few extra features"
maintainer="bnhrkn <56566825+bnhrkn@users.noreply.github.com>"
license="MIT"
homepage="https://gitlab.com/jD91mZM2/xidlehook/"
distfiles="${homepage}-/archive/${version}/${pkgname}-${version}.tar.gz"