Fix
This commit is contained in:
parent
eb94f6b527
commit
758b594e39
@ -12,6 +12,8 @@
|
||||
nixfmt.enable = true;
|
||||
markdownlint.enable = true;
|
||||
tidy.enable = true;
|
||||
shellharden.enable = true;
|
||||
shfmt.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -5,7 +5,7 @@
|
||||
xdg.configFile."hypr/hyprlock.conf".text = ''
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/.config/wallpapers/${config.var.theme.wallpaper}
|
||||
path = $HOME/wallpapers/${config.var.theme.wallpaper}
|
||||
color = rgb(${config.var.theme.colors.bg})
|
||||
|
||||
blur_size = 4
|
||||
|
Loading…
Reference in New Issue
Block a user