Merge branch 'dwilliam62-fix-home-mgr-build-errors-duplicate-definitions' into 'main'

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

See merge request Zaney/zaneyos!60
This commit is contained in:
Tyler Kelley 2025-01-30 16:51:22 +00:00
commit 6a81eb5afe

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";