feat: add mako
This commit is contained in:
parent
ef7e79f3d9
commit
1800fb2de9
|
@ -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"; }
|
||||
|
|
Loading…
Reference in a new issue