aktualizacja flake'ów

This commit is contained in:
installer
2024-11-28 00:28:39 +01:00
parent fd42add349
commit d6d29b1a19
2 changed files with 30 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
{
pkgs,
lib,
username,
host,
...
@@ -217,7 +218,7 @@ in {
hide_cursor = true;
no_fade_in = false;
};
background = [
background = lib.mkDefault [
{
path = "/home/${username}/Pictures/Wallpapers/attack-on-titan-mikasa-ackerman.jpg";
blur_passes = 3;
@@ -236,7 +237,7 @@ in {
valign = "center";
}
];
input-field = [
input-field = lib.mkDefault [
{
size = "200, 50";
position = "0, -80";