mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Purge the default hyprland wallpaper
This commit is contained in:
parent
26f0d0d578
commit
5f3847b3ca
1 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,12 @@ in {
|
||||||
|
|
||||||
animations.enabled = false;
|
animations.enabled = false;
|
||||||
|
|
||||||
|
misc = {
|
||||||
|
disable_hyprland_logo = true;
|
||||||
|
disable_splash_rendering = true;
|
||||||
|
force_default_wallpaper = 0;
|
||||||
|
};
|
||||||
|
|
||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
# Essentials
|
# Essentials
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue