Satellite dev mode and basic eww install
This commit is contained in:
parent
da817da3b9
commit
9f126e7dfc
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
root = lib.mkOption {
|
root = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "~/Projects/satellite";
|
default = "${config.home.homeDirectory}/Projects/satellite";
|
||||||
description = "Where the satellite repo is cloned";
|
description = "Where the satellite repo is cloned";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue