Update Helium to 0.14.6.1
Rename the noctalia module to noctalia-shell and update references in the home configuration.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
location,
|
||||
...
|
||||
}: {
|
||||
programs.noctalia-shell.settings.location = lib.mkForce {
|
||||
name = "${location}";
|
||||
weatherEnabled = true;
|
||||
weatherShowEffects = true;
|
||||
useFahrenheit = false;
|
||||
use12hourFormat = false;
|
||||
showWeekNumberInCalendar = false;
|
||||
showCalendarEvents = true;
|
||||
showCalendarWeather = true;
|
||||
analogClockInCalendar = false;
|
||||
firstDayOfWeek = -1;
|
||||
hideWeatherTimezone = false;
|
||||
hideWeatherCityName = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user