treewide: remove 'with lib;'

This commit is contained in:
Felix Buehler 2025-09-21 18:40:36 +02:00
parent cf54323dc7
commit 78ae241387
53 changed files with 245 additions and 245 deletions

View file

@ -8,8 +8,8 @@ let
cfg = config.my.profiles.desktop-apps;
in
{
options.my.profiles.desktop-apps = with lib; {
enable = mkEnableOption "desktop-apps profile";
options.my.profiles.desktop-apps = {
enable = lib.mkEnableOption "desktop-apps profile";
};
config = lib.mkIf cfg.enable {