Customize the secondary free space indicator

This commit is contained in:
Daniel Olsen
2022-05-02 14:49:06 +02:00
parent 2781064e61
commit 176c0569b8
4 changed files with 7 additions and 2 deletions

View File

@@ -6,10 +6,14 @@ in {
options.machine = {
name = lib.mkOption {
type = "str";
type = lib.types.str;
};
eth = lib.mkOption {};
wlan = lib.mkOption {};
secondary-fs = lib.mkOption {
type = lib.types.str;
default = "$HOME";
};
};
options.profiles.base = {