15 lines
454 B
Nix
15 lines
454 B
Nix
# This file was generated by nvfetcher, please do not modify it manually.
|
|
{ fetchgit, fetchurl, fetchFromGitHub }:
|
|
{
|
|
qtile = {
|
|
pname = "qtile";
|
|
version = "0b0280190efc09029c1e3f9fd369ea7206782623";
|
|
src = fetchFromGitHub ({
|
|
owner = "qtile";
|
|
repo = "qtile";
|
|
rev = "0b0280190efc09029c1e3f9fd369ea7206782623";
|
|
fetchSubmodules = false;
|
|
sha256 = "sha256-aICD9OMlInWwRUMi1oy52FiKGxU25FGQh4KKcVAQ++A=";
|
|
});
|
|
};
|
|
}
|