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

@ -1,6 +1,6 @@
{
programs.exa = {
enable = true;
enableAliases = true;
};
}
programs.exa = {
enable = true;
enableAliases = true;
};
}

View file

@ -8,7 +8,7 @@
root = lib.mkOption {
type = lib.types.str;
default = "~/Projects/satellite";
default = "${config.home.homeDirectory}/Projects/satellite";
description = "Where the satellite repo is cloned";
};