pełna konfiguracja noctalia i czystka waybar, swaync, wlogout i skryptów
This commit is contained in:
16
modules/home/noctalia/settings/calendar.nix
Normal file
16
modules/home/noctalia/settings/calendar.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{lib, ...}: {
|
||||
programs.noctalia-shell.settings.calendar.cards = lib.mkForce [
|
||||
{
|
||||
enabled = true;
|
||||
id = "calendar-header-card";
|
||||
}
|
||||
{
|
||||
enabled = true;
|
||||
id = "calendar-month-card";
|
||||
}
|
||||
{
|
||||
enabled = true;
|
||||
id = "weather-card";
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user