This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 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 = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |