lock flake
fix unlocked flake error on new install
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{ inputs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
images = pkgs.callPackage ./images { };
|
||||
in
|
||||
{
|
||||
services.wpaperd = {
|
||||
enable = true;
|
||||
|
||||
settings.any.path = "${inputs.images}/wallpaper.jpeg"; # TODO: change wallpaper / make automatic pull from some website? -> animals and fallback to something if no iternet
|
||||
settings.any.path = "${images.background}"; # TODO: change wallpaper / make automatic pull from some website? -> animals and fallback to something if no iternet
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user