Lockscreen custom
This commit is contained in:
parent
b3fdc5f573
commit
e080d5b9b8
10 changed files with 134 additions and 49 deletions
|
|
@ -1,14 +1,12 @@
|
|||
{ system ? builtins.currentSystem }:
|
||||
{ pkgs ? import <nixpkgs> { inherit system; }
|
||||
, system ? builtins.currentSystem
|
||||
}:
|
||||
|
||||
let
|
||||
pkgs = import <nixpkgs> { inherit system; };
|
||||
# pkgs = import (builtins.fetchTarball {
|
||||
# name = "nixos-unstable-2021-05-26";
|
||||
# url = "https://github.com/nixos/nixpkgs/archive/9b7fb215d4d8399772a4f3d6f00fab3747136f53.tar.gz";
|
||||
# sha256 = "02d1841j7jg161q7cwh7vryxhv7x3bmnhd1jczx14ggfa66vqfhm";
|
||||
# }) { inherit system; };
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // self);
|
||||
self = {
|
||||
gallery-tagger = callPackage ./gallery-tagger {};
|
||||
lockscreen = callPackage ./lockscreen pkgs.extra.colorPalette // {};
|
||||
};
|
||||
in(self)
|
||||
in
|
||||
(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue