From 9db98508fb847b2bd0e72a520ec8145acb54c559 Mon Sep 17 00:00:00 2001 From: k Date: Sat, 1 Mar 2025 16:00:40 -0500 Subject: [PATCH] added bolt and removed activitywatch --- hosts/laptop/configuration.nix | 1 + hosts/laptop/home.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index f8a3135..9c5849d 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -54,6 +54,7 @@ }; services = { + hardware.bolt = {enable = true;}; pipewire = { enable = true; alsa.enable = true; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index b4d59e7..d6d28f9 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -40,7 +40,6 @@ services = { syncthing.enable = true; - activitywatch.enable = true; mpd = { enable = true;