remove stupid thing that didn't work

This commit is contained in:
NullBite 2023-12-31 12:04:44 -05:00
parent b979657a95
commit e4671a839e
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

@ -22,21 +22,11 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
};
# to use this add `homeModules <username> [ ... ]` to a system's modules.
homeModules = user: modules: home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users."${user}" = {lib, config, pkgs, osConfig, ...}:
{
imports = modules;
};
};
in {
# for repl debugging via :lf .
inherit inputs;
lets = {
inherit lib lib-unstable username homeModules;
vars = {
inherit lib lib-unstable username;
};
nixosConfigurations = {