mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
yes
This commit is contained in:
parent
f088296aab
commit
dc9740d867
1 changed files with 5 additions and 1 deletions
|
|
@ -83,7 +83,11 @@
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
sharedModules = [ inputs.nix-openclaw.homeManagerModules.openclaw ];
|
sharedModules = [ inputs.nix-openclaw.homeManagerModules.openclaw ];
|
||||||
users.thegeneralist =
|
users.thegeneralist =
|
||||||
{ osConfig, ... }:
|
{
|
||||||
|
osConfig,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
username = "thegeneralist";
|
username = "thegeneralist";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue