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";
};
};
xdg.configFile = {
"hypr/extra.conf" = lib.mkDefault {text = "";};
"hypr/hyprpaper.conf".text = ''
preload = ${config.stylix.image}
wallpaper = ,${config.stylix.image}
'';
};
xdg.configFile."hypr/hyprpaper.conf".text = ''
preload = ${config.stylix.image}
wallpaper = ,${config.stylix.image}
'';
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;