refactor: 'with lib.my' -> 'with lib'
This commit is contained in:
parent
464ed92b00
commit
20341a3129
12 changed files with 29 additions and 29 deletions
|
|
@ -5,8 +5,8 @@ let
|
|||
inherit (lib.my) mkMailAddress;
|
||||
in
|
||||
{
|
||||
options.my.home.git = with lib.my; {
|
||||
enable = mkDisableOption "git configuration";
|
||||
options.my.home.git = with lib; {
|
||||
enable = my.mkDisableOption "git configuration";
|
||||
};
|
||||
|
||||
config.home.packages = with pkgs; lib.mkIf cfg.enable [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue