refactor: 'with lib.my' -> 'with lib'

This commit is contained in:
Bruno BELANYI 2023-03-16 16:39:13 +00:00
parent 464ed92b00
commit 20341a3129
12 changed files with 29 additions and 29 deletions

View file

@ -3,8 +3,8 @@ let
cfg = config.my.home.htop;
in
{
options.my.home.htop = with lib.my; {
enable = mkDisableOption "htop configuration";
options.my.home.htop = with lib; {
enable = my.mkDisableOption "htop configuration";
};
config.programs.htop = lib.mkIf cfg.enable {