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