Add wofi
This commit is contained in:
parent
13cf73e576
commit
f5fe583f2d
4 changed files with 56 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue