Missing semicolon
This commit is contained in:
parent
8907181209
commit
4fe890b0a3
|
@ -26,6 +26,7 @@
|
|||
};
|
||||
mkHomeManagerConfiguration = { username, user-email, home-dir, enable-gui, pkgs, ... }:
|
||||
home-manager.lib.homeManagerConfiguration (import ./niten.nix {
|
||||
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config pkgs});
|
||||
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config pkgs;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue