Use impurity.nix
This commit is contained in:
parent
3c0081ef39
commit
07f488ec6a
5 changed files with 27 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue