My Nix Configuration

[modules.home] Remove unused script

Changed files
+1 -8
modules
home
scripts
+1 -8
modules/home/scripts/default.nix
···
-
{ lib, config, ... }:
-
{
-
home.activation = {
-
removeLocalFonts = config.lib.dag.entryAfter [ "writeBoundary" ] ''
-
unlink ${config.home.homeDirectory}/.local/share/fonts
-
'';
-
};
-
}
+
_: { }