From 92060ea80c020cae254728da6aad21ff08fecbbc Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 21:20:13 +0200 Subject: [PATCH] comments --- home/christoph/default.nix | 1 - home/christoph/nixinator/default.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 5c780b01..42bca762 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -25,7 +25,6 @@ rec { modules.emacs = { enable = true; - # TODO: Remove the stuff when disabled doom.enable = true; doom.autoSync = true; doom.autoUpgrade = false; # Very volatile as the upgrade fails sometimes with bleeding edge emacs diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 3efa8bf8..a994aacc 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -8,7 +8,6 @@ rec { modules.audio = { enable = true; - # TODO: Remove the config link when disabled carla.enable = true; bitwig.enable = false; yabridge.enable = true;