···11-# Edit this configuration file to define what should be installed on
22-# your system. Help is available in the configuration.nix(5) man page, on
33-# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
41{
52 config,
66- inputs,
73 lib,
84 pkgs,
95 ...
106}: let
1111- inherit (inputs.self.lib.config) name shell;
77+ inherit (config.my.config) name shell;
128 userName = name.user;
139 cfg = config.my.users;
1410in {