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 {
|
in {
|
||||||
options.modules.other.home-manager = {
|
options.modules.other.home-manager = {
|
||||||
enable = mkEnableOption "home-manager";
|
enable = mkEnableOption "home-manager";
|
||||||
enableDirenv = mkEnableOption "direnv";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# NOTE: to keep this configuration sane and simple,
|
# NOTE: to keep this configuration sane and simple,
|
||||||
|
@ -29,7 +28,6 @@ in {
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
||||||
#
|
|
||||||
backupFileExtension = "hm.old";
|
backupFileExtension = "hm.old";
|
||||||
extraSpecialArgs = {inherit inputs self;};
|
extraSpecialArgs = {inherit inputs self;};
|
||||||
users.${username} = {
|
users.${username} = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue