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.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = 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 {
|
in {
|
||||||
# for repl debugging via :lf .
|
# for repl debugging via :lf .
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
lets = {
|
vars = {
|
||||||
inherit lib lib-unstable username homeModules;
|
inherit lib lib-unstable username;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user