Edit home.nix Changes in Home manager result in duplicate definitions for...

This commit is contained in:
dwilliam62 2025-01-30 16:51:22 +00:00 committed by Tyler Kelley
parent 108960df17
commit 99fb7939cc

View File

@ -206,7 +206,7 @@ in
hide_cursor = true;
no_fade_in = false;
};
background = [
lib.mkPrio.background = [
{
path = "/home/${username}/Pictures/Wallpapers/zaney-wallpaper.jpg";
blur_passes = 3;
@ -225,7 +225,7 @@ in
valign = "center";
}
];
input-field = [
lib.mkPrio.input-field = [
{
size = "200, 50";
position = "0, -80";