Remove (now unused) hypr/extra.conf

This commit is contained in:
Evie Litherland-Smith 2024-02-13 05:21:12 +00:00
parent b31de09041
commit 407e019a05

View file

@ -64,13 +64,10 @@
name = "Sweet-Dark"; name = "Sweet-Dark";
}; };
}; };
xdg.configFile = { xdg.configFile."hypr/hyprpaper.conf".text = ''
"hypr/extra.conf" = lib.mkDefault {text = "";}; preload = ${config.stylix.image}
"hypr/hyprpaper.conf".text = '' wallpaper = ,${config.stylix.image}
preload = ${config.stylix.image} '';
wallpaper = ,${config.stylix.image}
'';
};
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;