Use impurity.nix

This commit is contained in:
outfoxxed 2023-07-26 01:20:41 -07:00
parent 3c0081ef39
commit 07f488ec6a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 27 additions and 45 deletions

View file

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