Run noctalia-shell as systemd unit on wayland start

This commit is contained in:
KnightArtorias 2025-12-12 19:21:02 +00:00
parent f35e191c85
commit c167e2abb9

View file

@ -7,5 +7,55 @@
programs.noctalia-shell = {
enable = true;
systemd.enable = true;
settings = {
bar = {
density = "compact";
position = "right";
showCapsule = false;
widgets = {
left = [
{
id = "ControlCenter";
useDistroLogo = true;
}
{
id = "WiFi";
}
{
id = "Bluetooth";
}
];
center = [
{
hideUnoccupied = false;
id = "Workspace";
labelMode = "none";
}
];
right = [
{
formatHorizontal = "HH:mm";
formatVertical = "HH mm";
id = "Clock";
useMonospacedFont = true;
usePrimaryColor = true;
}
];
};
};
colorSchemes.predefinedScheme = "Monochrome";
general = {
avatarImage = "../../common/nest.webp";
radiusRatio = 0.2;
};
location = {
monthBeforeDay = true;
name = "Severn, Maryland";
};
};
};
}