1

Modules/Hyprland: Init Caelestia

This commit is contained in:
2025-11-14 14:21:54 +01:00
parent 281d53d7bc
commit 84d93f3968
5 changed files with 122 additions and 7 deletions

View File

@ -0,0 +1,26 @@
{
config,
hyprland,
color,
}: {
enable = hyprland.caelestia.enable;
systemd = {
enable = false; # Start from hyprland autostart
target = "graphical-session.target";
environment = [];
};
settings = {
bar.status = {
showBattery = false;
};
paths.wallpaperDir = "~/NixFlake/wallpapers";
};
cli = {
enable = hyprland.caelestia.enable;
settings = {
theme.enableGtk = false;
};
};
}