images to seperate repo
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
images = pkgs.callPackage ../images { };
|
||||
images = pkgs.callPackage ../images.nix { };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
||||
@@ -12,7 +12,7 @@ let
|
||||
yellow = "rgb(f9e2af)";
|
||||
font = "Fira Code";
|
||||
};
|
||||
images = pkgs.callPackage ../images { };
|
||||
images = pkgs.callPackage ../images.nix { };
|
||||
in
|
||||
{
|
||||
# ── Hyprlock ──────────────────────────────────────────────────────────
|
||||
@@ -23,6 +23,8 @@ in
|
||||
ignore_empty_input = true;
|
||||
};
|
||||
|
||||
animations.enabled = false;
|
||||
|
||||
background = {
|
||||
monitor = "";
|
||||
path = "${images.lock}";
|
||||
|
||||
Reference in New Issue
Block a user