feat: add mako

This commit is contained in:
Laureηt 2023-04-10 14:57:41 +02:00
parent ef7e79f3d9
commit 1800fb2de9
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,4 +1,21 @@
{ pkgs, ... }: {
{ pkgs, ... }:
let
catppuccin-mako = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "mako";
rev = "64ef71633528b50e5475755e50071584b54fa291";
sha256 = "007zr906q7s31xgn9xw3jl8zdg5wapixva01qniclna1y0yxlqr7";
};
in {
services.mako = {
enable = true;
defaultTimeout = 10000;
extraConfig = builtins.readFile "${catppuccin-mako}/src/mocha";
};
wayland.windowManager.sway = {
enable = true;
config = rec {
@ -43,6 +60,7 @@
floating = { border = 0; };
focus = { followMouse = "no"; };
startup = [
{ command = "mako"; }
{ command = "element-desktop"; }
{ command = "thunderbird"; }
{ command = "webcord"; }