diff options
Diffstat (limited to 'nixos/.flake/home/services/mako.nix')
-rw-r--r-- | nixos/.flake/home/services/mako.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/.flake/home/services/mako.nix b/nixos/.flake/home/services/mako.nix new file mode 100644 index 0000000..94348e3 --- /dev/null +++ b/nixos/.flake/home/services/mako.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + services.mako = { + enable = true; + backgroundColor = "#ece0c9ff"; + }; +} |