mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 11:08:34 +01:00
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:
commit
6a81eb5afe
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user