1
Fork 0

Tried setting up a vm machine

This commit is contained in:
Matei Adriel 2023-05-28 05:24:36 +02:00
parent 230a739327
commit dda932b1b0
No known key found for this signature in database
23 changed files with 104 additions and 66 deletions
modules/home-manager/firefox

View file

@ -11,6 +11,8 @@ in
};
app = lib.mkOption {
default = { };
description = "Attr set of firefox web apps to install as desktop apps";
type = lib.types.attrsOf
(lib.types.submodule ({ name, ... }: {
options = {
@ -50,8 +52,6 @@ in
};
};
}));
description = "Attr set of firefox web apps to install as desktop apps";
};
};