mako
This commit is contained in:
13
home/packages/mako/mako.nix
Normal file
13
home/packages/mako/mako.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mako = {
|
||||
enable = true;
|
||||
settings = ''
|
||||
{
|
||||
anchor = "top-center"
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user