1
Fork 0

Satellite dev mode and basic eww install

This commit is contained in:
Matei Adriel 2023-02-05 04:06:39 +01:00
parent da817da3b9
commit 9f126e7dfc
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -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";
}; };