aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/services/mako.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/services/mako.nix')
-rw-r--r--nixos/.flake/home/services/mako.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixos/.flake/home/services/mako.nix b/nixos/.flake/home/services/mako.nix
deleted file mode 100644
index 021cb8c..0000000
--- a/nixos/.flake/home/services/mako.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- services.mako = {
- enable = true;
- backgroundColor = "#191916ff";
- };
-}