working on meli, bunch of stuff
This commit is contained in:
12
home-modules/mako.nix
Normal file
12
home-modules/mako.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.mako
|
||||
pkgs.libnotify
|
||||
];
|
||||
services.mako = {
|
||||
enable = true;
|
||||
defaultTimeout = 60000;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user