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