From f2345cf30f958d8c1664811985b32ed39de1970b Mon Sep 17 00:00:00 2001
From: notohh <github@notohh.dev>
Date: Fri, 7 Feb 2025 23:18:23 -0500
Subject: [PATCH] services: disable gammastep

---
 home/services/default.nix | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/home/services/default.nix b/home/services/default.nix
index 17fd9a9..800f11c 100644
--- a/home/services/default.nix
+++ b/home/services/default.nix
@@ -1,3 +1,6 @@
 {
-  imports = [./gpg.nix ./gammastep.nix];
+  imports = [
+    ./gpg.nix
+    # ./gammastep.nix
+  ];
 }