This commit is contained in:
outfoxxed 2023-06-25 18:29:27 -07:00
parent 13cf73e576
commit f5fe583f2d
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 56 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ system, inputs, config, lib, pkgs, ... }: let
{ system, inputs, config, lib, pkgs, impurity, ... }: let
username = "admin";
homeDirectory = "/home/${username}";
in {
@ -59,7 +59,7 @@ in {
home-manager = {
extraSpecialArgs = {
inherit system inputs;
inherit system inputs impurity;
};
# use system nixpkgs instead of home-manager nixpkgs