treewide: rename images to assets
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
@ -1,6 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
theme = {
|
theme = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wallpaper = ../../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
wallpaper = ../../../assets/wallpapers/lucy-edgerunners-wallpaper.jpg;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -68,7 +68,7 @@ in {
|
||||||
description = ''
|
description = ''
|
||||||
Path to an avatar image (used for hyprlock).
|
Path to an avatar image (used for hyprlock).
|
||||||
'';
|
'';
|
||||||
default = ../../images/avatar.png;
|
default = ../../assets/avatar.png;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = let
|
config = let
|
||||||
|
|