mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: background path
This commit is contained in:
parent
8fed51a37d
commit
2150e9fe1c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
background = [{
|
background = [{
|
||||||
path = ~/nixos-config/modules/home/hyprland/lockscreen.png;
|
path = /home/liv/nixos-config/modules/home/hyprland/lockscreen.png;
|
||||||
blur_passes = 0;
|
blur_passes = 0;
|
||||||
color = "rgb(1e1e2e)"; # base
|
color = "rgb(1e1e2e)"; # base
|
||||||
}];
|
}];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue