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 = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = rec {
|
config = rec {
|
||||||
|
@ -43,6 +60,7 @@
|
||||||
floating = { border = 0; };
|
floating = { border = 0; };
|
||||||
focus = { followMouse = "no"; };
|
focus = { followMouse = "no"; };
|
||||||
startup = [
|
startup = [
|
||||||
|
{ command = "mako"; }
|
||||||
{ command = "element-desktop"; }
|
{ command = "element-desktop"; }
|
||||||
{ command = "thunderbird"; }
|
{ command = "thunderbird"; }
|
||||||
{ command = "webcord"; }
|
{ command = "webcord"; }
|
||||||
|
|
Loading…
Reference in a new issue