mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 11:08:34 +01:00
Edit home.nix Changes in Home manager result in duplicate definitions for...
This commit is contained in:
parent
108960df17
commit
99fb7939cc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user