home-manager.nix: remove enableDirenv option

This commit is contained in:
Charlie Root 2024-08-28 14:18:23 +02:00
commit 2855a57884

View file

@ -11,7 +11,6 @@ with lib; let
in {
options.modules.other.home-manager = {
enable = mkEnableOption "home-manager";
enableDirenv = mkEnableOption "direnv";
};
# NOTE: to keep this configuration sane and simple,
@ -29,7 +28,6 @@ in {
useUserPackages = true;
useGlobalPkgs = true;
#
backupFileExtension = "hm.old";
extraSpecialArgs = {inherit inputs self;};
users.${username} = {