custom weather notifier
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mako = {
|
||||
services.mako = {
|
||||
enable = true;
|
||||
settings = ''
|
||||
{
|
||||
anchor = "top-center"
|
||||
}
|
||||
'';
|
||||
settings = {
|
||||
anchor = "top-center";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user