lock flake
fix unlocked flake error on new install
This commit is contained in:
16
home/themes/images/default.nix
Normal file
16
home/themes/images/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
lock = builtins.path {
|
||||
path = ./lockpaper.png;
|
||||
name = "lockpaper";
|
||||
};
|
||||
face = builtins.path {
|
||||
path = ./face.icon;
|
||||
name = "face";
|
||||
};
|
||||
background = builtins.path {
|
||||
path = ./wallpaper.jpeg;
|
||||
name = "wallpaper";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user