home-manager.nix: remove enableDirenv option
This commit is contained in:
parent
30bc6413ca
commit
2855a57884
1 changed files with 0 additions and 2 deletions
|
@ -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} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue