From 2f5600b0207548b7ed26018303818f6180b6749b Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 9 Mar 2024 23:25:35 +0100 Subject: [PATCH] TODO: home-manager gc --- modules/base/nix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/base/nix.nix b/modules/base/nix.nix index ace7374..ccadf55 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -46,6 +46,10 @@ }; }; + # The system-wide garbage collection service configured above does not know + # about our user profile. TODO: 24.04 + # home-manager.users.caspervk.nix.gc = config.nix.gc; + # https://github.com/nix-community/comma programs.nix-index-database.comma.enable = true; programs.command-not-found.enable = false;