remove stupid thing that didn't work
This commit is contained in:
parent
b979657a95
commit
e4671a839e
14
flake.nix
14
flake.nix
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user