working on meli, bunch of stuff

This commit is contained in:
nx2
2024-03-17 12:46:31 +01:00
parent 774e8f08ae
commit 23cc6752ab
21 changed files with 1066 additions and 162 deletions

12
home-modules/mako.nix Normal file
View File

@@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
home.packages = [
pkgs.mako
pkgs.libnotify
];
services.mako = {
enable = true;
defaultTimeout = 60000;
};
}